forked from aragon/aragon-court
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 881 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
{
"name": "@aragon/court",
"version": "1.0.0",
"description": "",
"scripts": {
"test": "TRUFFLE_TEST=true npm run ganache-cli:test",
"analysis:tree": "TRUFFLE_TEST=true SUMTREE_GAS_ANALYSIS=true npm run ganache-cli:test",
"coverage": "SOLIDITY_COVERAGE=true npm run ganache-cli:test",
"ganache-cli:test": "./node_modules/@aragon/test-helpers/ganache-cli.sh",
"lint": "solium --dir ./contracts"
},
"author": "Aragon Association",
"license": "GPL-3.0",
"devDependencies": {
"@aragon/apps-shared-migrations": "^1.0.0",
"@aragon/test-helpers": "^2.0.0",
"ganache-cli": "^6.1.0",
"solidity-coverage": "0.5.8",
"solium": "^1.2.3",
"truffle": "^4.1.15",
"web3-eth-abi": "1.0.0-beta.33",
"web3-utils": "^1.0.0-beta.50"
},
"dependencies": {
"@aragon/apps-shared-minime": "^1.0.1",
"@aragon/os": "^4.2.0"
}
}