-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 998 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
36
37
{
"name": "debug-helper",
"version": "1.0.0",
"description": "Debug tool for zkopru with hardhat",
"main": "index.js",
"repository": "https://github.com/zkopru-network/debug-helper",
"author": "jin <[email protected]>",
"license": "MIT",
"scripts": {
"postinstall": "link-module-alias",
"build": "yarn build:image",
"build:image": "docker build -f dockerfiles/hardhat.dockerfile -t zkopru-debug/hardhat .",
"test": "jest controller"
},
"dependencies": {
"@types/bn.js": "^5.1.0",
"bn.js": "5.2",
"dockerode": "^3.3.1",
"hardhat": "^2.8.3",
"soltypes": "1.3.5"
},
"devDependencies": {
"@nomiclabs/hardhat-web3": "^2.0.0",
"@types/dockerode": "^3.3.3",
"@types/jest": "^27.4.0",
"jest": "^27.5.1",
"link-module-alias": "^1.2.0",
"shx": "^0.3.4",
"ts-jest": "^27.1.3",
"ts-node": "^10.5.0",
"typescript": "^4.5.5",
"web3": "1.2.11"
},
"_moduleAliases": {
"~zkopru": "./zkopru/packages"
}
}