-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 920 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": "evmsuite",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prod": "tsc && node ./build/app.js",
"prodrun": "node ./build/app.js",
"tsc": "tsc"
},
"author": "",
"license": "ISC",
"dependencies": {
"@types/lru-cache": "^5.1.0",
"bignumber": "^1.1.0",
"bignumber.js": "^9.0.0",
"bn.js": "^5.1.2",
"chalk": "^4.0.0",
"cli-progress": "^3.8.0",
"ethereumjs-block": "^2.2.2",
"ethereumjs-vm": "^4.1.3",
"ethers": "^4.0.46",
"merkle-patricia-tree": "^3.0.0",
"minimist": "^1.2.5",
"rlp": "^2.2.4",
"web3": "^1.2.6"
},
"devDependencies": {
"@types/node": "^13.13.0",
"@typescript-eslint/eslint-plugin": "^3.8.0",
"@typescript-eslint/parser": "^3.8.0",
"standardx": "3.0.0",
"ts-node": "^8.9.0",
"typescript": "^3.8.3"
}
}