forked from statechannels/bytecode-debugger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1011 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
38
{
"name": "bytecode-debugger",
"version": "0.1.11",
"main": "scripts/bytecode-debugger.ts",
"bin": {
"bcdebug": "./scripts/bytecode-debugger.ts",
"bytecode-debugger": "./scripts/bytecode-debugger.ts"
},
"license": "MIT",
"dependencies": {
"@ethereumjs/block": "^3.4.0",
"@ethereumjs/common": "^2.4.0",
"@ethereumjs/vm": "^5.5.2",
"@types/chalk": "^2.2.0",
"@types/clui": "^0.3.1",
"@types/jsonfile": "^6.0.1",
"@types/level": "^6.0.0",
"@types/levelup": "^4.3.3",
"@types/lodash": "^4.14.172",
"@types/prompts": "^2.0.14",
"@types/table": "^6.3.2",
"@types/yargs": "^17.0.2",
"chalk": "^4.1.2",
"cli-table3": "^0.6.0",
"cliui": "^7.0.4",
"ethereumjs-util": "^7.1.0",
"ethers": "^5.4.5",
"jsonfile": "^6.1.0",
"level": "^7.0.0",
"levelup": "^5.0.1",
"lodash": "^4.17.21",
"prettier": "^2.3.2",
"prompts": "^2.4.1",
"ts-node": "^10.2.1",
"typescript": "^4.3.5",
"yargs": "^17.1.1"
}
}