-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 827 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 827 Bytes
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
{
"name": "@interstatejs/iso-hypervisor",
"version": "1.0.0",
"description": "",
"main": "compile-huff.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "npx mocha ./test/test",
"test-encoding": "npx mocha ./test/test-encoding.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"huff.js": "0.0.3",
"chai": "^4.2.0",
"core-js-pure": "^3.2.1",
"easy-solc": "^1.0.1",
"emasm": "^0.1.7",
"ethereumjs-util": "^6.2.0",
"@interstatejs/tx": "^2.1.2",
"@interstatejs/vm": "^4.1.0",
"kool-makerpccall": "^0.1.1",
"table": "^5.4.6",
"util.promisify": "^1.0.0",
"web3": "^1.2.1",
"web3-eth-abi": "^1.2.1",
"web3-eth-contract": "^1.2.1"
},
"devDependencies": {
"faker": "^4.1.0",
"solc": "^0.6.2"
}
}