-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.7 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
44
45
46
47
48
49
50
51
52
53
{
"name": "@1hive/apps-marketplace-hatch",
"version": "1.0.0",
"author": "Aragon Black <contact@aragon.black>",
"contributors": [
"Alejandro Santander <palebluedot@gmail.com>",
"Olivier Sarrouy <olivier@aragon.black>"
],
"license": "(GPL-3.0-or-later OR AGPL-3.0-or-later)",
"homepage": "https://github.com/1Hive/marketplace-app",
"scripts": {
"lint": "solium --dir ./contracts --config ../../.soliumrc.json",
"compile": "buidler compile --force",
"devchain": "buidler node",
"test": "buidler test --network buidlerevm",
"test:gas": "REPORT_GAS=true buidler test --network localhost",
"coverage": "buidler coverage --network coverage",
"abi:extract": "buidler-extract --output abi/ --keys abi",
"publish:patch": "buidler publish patch",
"publish:minor": "buidler publish minor",
"publish:major": "buidler publish major",
"publish": "yarn publish:major"
},
"files": [
"/abi",
"/arapp.json",
"/build",
"/contracts",
"/test"
],
"dependencies": {
"@aragon/apps-token-manager": "^2.1.0",
"@aragon/os": "4.2.1"
},
"devDependencies": {
"@aragon/minime": "^1.0.0",
"@aragon/apps-vault": "^4.1.0",
"@aragon/buidler-aragon": "^0.2.9",
"@aragon/contract-helpers-test": "^0.1.0",
"@nomiclabs/buidler": "^1.4.3",
"@nomiclabs/buidler-etherscan": "^1.3.3",
"@nomiclabs/buidler-ganache": "^1.3.3",
"@nomiclabs/buidler-solhint": "^1.3.3",
"@nomiclabs/buidler-truffle5": "^1.3.4",
"@nomiclabs/buidler-web3": "^1.3.4",
"buidler-extract": "^1.0.0",
"buidler-gas-reporter": "^0.1.3",
"eth-ens-namehash": "^2.0.8",
"solidity-coverage": "^0.7.9",
"solium": "^1.2.3",
"web3": "^1.2.11"
}
}