forked from plotx/smart-contracts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 820 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
{
"name": "plotussc",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"compile": "node_modules/.bin/truffle compile",
"startGanache": ". scripts/startGanache.sh",
"deploy": "node_modules/.bin/truffle deploy",
"test": "./scripts/test.sh",
"coverage": "./scripts/coverage.sh"
},
"author": "",
"license": "ISC",
"dependencies": {
"@openzeppelin/contracts": "^2.5.0",
"@openzeppelin/test-helpers": "^0.5.6",
"bignumber.js": "^9.0.0",
"coveralls": "^3.0.2",
"ethereumjs-abi": "^0.6.8",
"ganache-cli": "^6.9.0",
"pify": "^5.0.0",
"solhint": "^3.2.0",
"solidity-coverage": "^0.7.1",
"truffle": "^5.1.18",
"web3": "^0.20.4"
},
"devDependencies": {
"chai": "^4.2.0"
}
}