|
@@ -2,11 +2,14 @@
|
|
|
"name": "@pythnetwork/staking-sdk",
|
|
"name": "@pythnetwork/staking-sdk",
|
|
|
"version": "0.0.1",
|
|
"version": "0.0.1",
|
|
|
"description": "Pyth staking SDK",
|
|
"description": "Pyth staking SDK",
|
|
|
- "main": "src/index.ts",
|
|
|
|
|
- "types": "src/index.d.ts",
|
|
|
|
|
|
|
+ "main": "dist/src/index.js",
|
|
|
|
|
+ "types": "dist/src/index.d.ts",
|
|
|
"publishConfig": {
|
|
"publishConfig": {
|
|
|
"access": "public"
|
|
"access": "public"
|
|
|
},
|
|
},
|
|
|
|
|
+ "files": [
|
|
|
|
|
+ "dist/**/*"
|
|
|
|
|
+ ],
|
|
|
"scripts": {
|
|
"scripts": {
|
|
|
"build": "tsc && node scripts/update-package-json.mjs",
|
|
"build": "tsc && node scripts/update-package-json.mjs",
|
|
|
"test": "pnpm run test:format && pnpm run test:lint && pnpm run test:integration && pnpm run test:types",
|
|
"test": "pnpm run test:format && pnpm run test:lint && pnpm run test:integration && pnpm run test:types",
|