-
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": "patricia",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"mocha:ts": "mocha -r ts-node/register",
"test:mpt": "yarn mocha:ts ./test/mpt/test.spec.ts --timeout=5000"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/chai-as-promised": "^7.1.2",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"ethereumjs-tx": "^2.1.2",
"ethereumjs-util": "^6.2.0",
"ganache-cli": "^6.9.1",
"kool-makerpccall": "^0.1.1",
"merkle-patricia-tree": "^3.0.0",
"rlp": "^2.2.4",
"safe-buffer": "^5.2.0",
"solc": "^0.6.4",
"web3": "^1.2.6",
"web3-eth-abi": "^1.2.6"
},
"devDependencies": {
"@types/chai": "^4.2.11",
"@types/mocha": "^7.0.2",
"@types/node": "^14.0.1",
"ethereumjs-account": "^3.0.0",
"mocha": "^7.1.0",
"ts-node": "^8.10.1",
"typescript": "^3.9.2"
}
}