-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1.15 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
{
"name": "aragon-colony-app",
"version": "0.0.1",
"description": "A two way bridge between Aragon and Colony, marrying governance with reputation.",
"scripts": {
"postinstall": "yarn patch && yarn compile && yarn build-app",
"patch": "patch-package",
"build-app": "cd app && npm install && cd ..",
"compile": "buidler compile --force",
"test": "buidler test --network buidlerevm",
"start": "buidler start",
"publish:major": "buidler publish major",
"publish:minor": "buidler publish minor",
"publish:patch": "buidler publish patch",
"colony-start-ganache": "colony service start-ganache",
"colony-deploy-contracts": "colony service deploy-contracts"
},
"dependencies": {
"@aragon/apps-agent": "^2.1.0",
"@aragon/os": "^4.4.0"
},
"devDependencies": {
"@aragon/buidler-aragon": "^0.2.7",
"@aragon/contract-test-helpers": "0.0.1",
"@colony/colony-cli": "^1.0.0-beta.7",
"@nomiclabs/buidler": "^1.3.2",
"@nomiclabs/buidler-etherscan": "^1.3.2",
"@nomiclabs/buidler-truffle5": "^1.3.2",
"@nomiclabs/buidler-web3": "^1.3.2",
"patch-package": "^6.2.2",
"web3": "^1.2.7"
}
}