-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 905 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 905 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
{
"name": "evm-contracts",
"version": "1.0.0",
"description": "",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \\\\\\\"Error: no test specified\\\\\\\" && exit 1",
"flatten": "./scripts/flatten-all.sh",
"compile": "npm run flatten && waffle waffle.json && truffle compile"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@codechecks/client": "^0.1.10",
"coveralls": "^3.0.11",
"ethers": "^4.0.40",
"ganache-cli": "^6.9.1",
"solidity-coverage": "^0.7.4",
"truffle-assertions": "^0.9.2",
"truffle-flattener": "^1.5.0"
},
"dependencies": {
"@openzeppelin/contracts": "^3.0.0",
"@resolver-engine/imports": "^0.3.3",
"@resolver-engine/imports-fs": "^0.3.3",
"commander": "^4.0.1",
"ethereum-waffle": "^3.4.0",
"rimraf": "^3.0.2",
"truffle": "^5.1.15"
}
}