forked from RegionX-Labs/Coretime-Mock
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.3 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.3 KB
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
{
"name": "coretime-mock",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"chopsticks": "npx @acala-network/chopsticks@latest -c ./configs/coretime-rococo.yml",
"zombienet:full": "./scripts/run_zombienet.sh full",
"chopsticks-init": "npx ts-node src/chopsticks.init.ts",
"zombienet-init": "npx ts-node src/zombienet.init.ts",
"zombienet-init:full": "npx ts-node src/zombienet.init.ts --fullNetwork",
"zombienet-init:local": "npx ts-node src/zombienet.init.ts --local",
"prettier": "prettier --write src/",
"lint": "eslint src --ext .ts,.tsx",
"lint:fix": "eslint src --ext .ts,.tsx --fix"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@acala-network/chopsticks": "0.9.4",
"@polkadot/api": "^10.11.1",
"@polkadot/api-contract": "^10.11.2",
"@polkadot/keyring": "^12.6.2",
"@polkadot/util-crypto": "^12.6.2",
"bn.js": "^5.2.1",
"commander": "^11.1.0",
"coretime-utils": "^0.2.3",
"ts-node": "^10.9.2"
},
"devDependencies": {
"@types/bn.js": "^5.1.5",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.2",
"prettier": "^3.1.1"
}
}