generated from aragon/aragon-react-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 928 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": "v-governance",
"version": "0.2.0",
"description": "Decentralised governance for Value Instrument based currencies",
"scripts": {
"postinstall": "npm run compile && npm run build-app",
"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"
},
"dependencies": {
"@aragon/os": "^4.4.0",
"truffle-hdwallet-provider-privkey": "^0.3.0"
},
"devDependencies": {
"@aragon/buidler-aragon": "^0.2.0",
"@aragon/contract-test-helpers": "0.0.1",
"@nomiclabs/buidler": "^1.3.0",
"@nomiclabs/buidler-etherscan": "^1.3.0",
"@nomiclabs/buidler-truffle5": "^1.3.0",
"@nomiclabs/buidler-web3": "^1.3.0",
"web3": "^1.2.0"
}
}