-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.5 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": "@azns/contracts",
"version": "0.0.0",
"author": "AZERO.ID <hello@azero.id> (https://azero.id)",
"type": "module",
"engines": {
"node": "20"
},
"packageManager": "pnpm@9.6.0",
"scripts": {
"test": "bash test-all.sh",
"build": "bash build-all.sh",
"node": "substrate-contracts-node --dev --base-path ./.node-data",
"script": "f() { tsx ./scripts/$1; }; f \"$@\"",
"deploy": "pnpm run script deploy",
"contracts-ui": "open https://contracts-ui.substrate.io/?rpc=ws://127.0.0.1:9944",
"explorer-ui": "open https://polkadot.js.org/apps/#/explorer?rpc=ws://127.0.0.1:9944",
"type-check": "tsc --pretty --noEmit",
"lint": "prettier . --check && eslint",
"lint:fix": "prettier . --write && eslint --fix",
"lint:format": "prettier . --write",
"eslint": "eslint . --ext .js,.ts"
},
"devDependencies": {
"@faker-js/faker": "^8.3.1",
"@polkadot/api": "^12.2.3",
"@polkadot/api-contract": "^12.2.3",
"@polkadot/keyring": "^13.0.2",
"@polkadot/types": "^12.2.3",
"@polkadot/util": "^13.0.2",
"@polkadot/util-crypto": "^13.0.2",
"@scio-labs/use-inkathon": "0.11.0",
"@types/node": "^20.14.13",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"bn.js": "^5.2.1",
"cli-progress": "^3.12.0",
"csv": "^6.3.10",
"dotenv": "^16.3.1",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"prettier": "^3.1.0",
"tsx": "^4.5.0",
"typescript": "^5.5.4"
}
}