-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.25 KB
/
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
39
40
41
42
{
"name": "ts-abigen",
"version": "1.0.27",
"description": "Generate nodejs modules from ethereum smart contracts",
"main": "bin/ts-abigen.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"ts-abigen": "bin/ts-abigen.js"
},
"author": "Enuma Technologies",
"license": "Apache-2.0",
"devDependencies": {
"@types/argparse": "^1.0.34",
"@types/fs-extra": "^5.0.4"
},
"dependencies": {
"@0xproject/abi-gen": "github:enumatech/0x-abi-gen",
"@0xproject/base-contract": "^2.0.2",
"@0xproject/typescript-typings": "^2.0.0",
"@0xproject/utils": "^1.0.8",
"@0xproject/web3-wrapper": "^2.0.2",
"@types/async-lock": "^1.1.0",
"@types/ethereumjs-tx": "^1.0.0",
"@types/ethereumjs-util": "^5.2.0",
"@types/lodash": "^4.14.116",
"@types/node": "^10.9.4",
"argparse": "^1.0.10",
"async-lock": "^1.1.3",
"camelcase": "^5.0.0",
"ethereum-types": "^1.0.6",
"ethereumjs-tx": "^1.3.7",
"ethereumjs-util": "^6.0.0",
"ethers": "^3.0.27",
"fs-extra": "^7.0.0",
"lodash": "^4.17.10",
"sane-subproviders": "github:enumatech/sane-subproviders",
"typescript": "^3.0.3",
"web3-provider-engine-tiny": "github:enumatech/provider-engine"
}
}