-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.54 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "wasm-deploy",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "tsx src/index.ts",
"pull:nabla": "tsx src/index.ts pull nabla",
"deploy:foucoco": "tsx src/index.ts deploy nabla --network foucoco --deployment mockTestnet",
"deploy:local": "tsx src/index.ts deploy nabla --network local --deployment mockTestnet",
"deploy:pendulum": "tsx src/index.ts deploy nabla --network pendulum --deployment productionPendulum",
"lint:ts": "tsc --noEmit"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "[email protected]+sha512.837566d24eec14ec0f5f1411adb544e892b3454255e61fdef8fd05f3429480102806bac7446bc9daff3896b01ae4b62d00096c7e989f1596f2af10b927532f39",
"type": "module",
"devDependencies": {
"@tsconfig/node16": "^1.0.4",
"@types/blake2b": "^2.1.0",
"@types/node": "^20.3.1",
"@types/prompts": "^2.4.2",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
"eslint": "^9.11.1",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
"tsx": "^4.19.1",
"typescript": "^5.2.2"
},
"dependencies": {
"@pendulum-chain/api-solang": "^0.7.2",
"@polkadot/api": "^13.2.1",
"@polkadot/api-contract": "^13.2.1",
"@polkadot/keyring": "^13.1.1",
"@polkadot/types": "^13.2.1",
"@polkadot/types-codec": "^13.2.1",
"@polkadot/util": "^13.1.1",
"@polkadot/util-crypto": "^13.1.1",
"blake2b": "^2.1.4",
"commander": "^11.0.0",
"fefe": "^3.2.0",
"prompts": "^2.4.2"
}
}