-
Notifications
You must be signed in to change notification settings - Fork 52
/
package.json
43 lines (43 loc) · 1.3 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
43
{
"name": "posdao-contracts",
"version": "0.2.3",
"description": "Smart contracts for POSDAO consensus",
"main": "index.js",
"scripts": {
"compile": "node_modules/.bin/truffle compile",
"coverage": "SOLIDITY_COVERAGE=true bash scripts/test.sh",
"flat": "bash scripts/make_flat.sh",
"solhint": "node_modules/.bin/solhint \"contracts/**/*.sol\"",
"test": "node scripts/check_for_clashing.js && bash scripts/test.sh",
"watch": "node scripts/watch_posdao.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/poanetwork/posdao-contracts.git"
},
"author": "POA Network",
"bugs": {
"url": "https://github.com/poanetwork/posdao-contracts/issues"
},
"homepage": "https://github.com/poanetwork/posdao-contracts#readme",
"dependencies": {
"solidity-flattener": "github:poanetwork/solidity-flattener#master"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"chai-bn": "^0.1.1",
"commander": "6.2.1",
"eth-gas-reporter": "^0.2.12",
"ethereumjs-abi": "0.6.8",
"ethereumjs-util": "6.2.0",
"ganache-cli": "6.12.2",
"mochawesome": "^3.1.1",
"node-fetch": "^2.6.0",
"solc": "0.5.10",
"solhint": "^2.0.0",
"solidity-coverage": "^0.6.7",
"truffle": "5.0.43",
"web3": "1.3.4"
}
}