forked from argentlabs/argent-contracts
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 1.14 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
{
"name": "argent-contracts",
"version": "1.0.0",
"description": "Argent Contracts",
"directories": {
"test": "test"
},
"scripts": {
"compile": "npx etherlime compile --runs=200",
"ganache": "npx etherlime ganache --gasLimit=10700000 -e 10000",
"test": "npx etherlime test --skip-compilation",
"test-debug": "node --inspect node_modules/.bin/etherlime test --skip-compilation",
"ctest": "npm run compile && npm run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/argentlabs/argent-contracts.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/argentlabs/argent-contracts/issues"
},
"homepage": "https://github.com/argentlabs/argent-contracts#readme",
"dependencies": {
"ajv": "^6.10.0",
"aws-sdk": "^2.521.0",
"bip39": "^3.0.2",
"cli-table2": "^0.2.0",
"dotenv": "^6.2.0",
"ethereumjs-wallet": "^0.6.3",
"etherlime": "^2.3.3",
"etherlime-lib": "^1.1.3",
"ethers": "^4.0.28",
"node-fetch": "^2.3.0",
"openzeppelin-solidity": "~2.3.0",
"ps-node": "^0.1.6",
"solc": "0.5.4",
"tinyreq": "^3.4.1"
}
}