-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 931 Bytes
/
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
{
"name": "acala-testnet-setting",
"version": "1.0.0",
"description": "",
"main": "index.js",
"license": "ISC",
"dependencies": {
"@acala-network/api": "^3.0.2",
"@acala-network/app-util": "^3.0.2",
"@acala-network/sdk-core": "^3.0.2",
"@acala-network/sdk-homa": "^3.0.2",
"@acala-network/sdk-swap": "^3.0.2",
"@oclif/command": "^1.8.0",
"axios": "^0.20.0",
"chalk": "^4.1.0",
"commander": "^6.1.0",
"ethereumjs-tx": "^2.1.1",
"lodash": "^4.17.20"
},
"scripts": {
"repl": "./node_modules/.bin/ts-node ./src/repl/index.ts",
"start": "./node_modules/.bin/ts-node ./src/index.ts",
"test": "jest",
"coverage": "jest --coverage"
},
"devDependencies": {
"@polkadot/ts": "^0.3.59",
"@types/jest": "^26.0.13",
"@types/lodash": "^4.14.161",
"jest": "^26.4.2",
"ts-jest": "^26.3.0",
"ts-node": "^9.0.0",
"typescript": "^4.0.2"
}
}