forked from aave/proto-governance
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.87 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
54
55
56
57
58
59
60
61
62
63
64
{
"name": "proto-governance",
"version": "1.0.0",
"description": "",
"directories": {
"test": "test"
},
"scripts": {
"dev:coverage": "buidler coverage",
"dev:deploy": "buidler dev-deploy",
"dev:test": "buidler test",
"dev:environment": "npm i && tail -f /dev/null",
"kovan:deploy": "npm run buidler-kovan kovan-deploy -- --verify",
"ropsten:deploy": "npm run buidler-ropsten ropsten-deploy -- --verify",
"main:deploy": "npm run buidler-main main-deploy -- --verify",
"compile": "buidler compile",
"types-gen": "buidler typechain",
"buidler help": "buidler help",
"buidler-dev": "buidler",
"buidler-kovan": "buidler --network kovan",
"buidler-ropsten": "buidler --network ropsten",
"buidler-main": "buidler --network main"
},
"devDependencies": {
"@nomiclabs/buidler": "^1.4.7",
"@nomiclabs/buidler-ethers": "^1.3.4",
"@nomiclabs/buidler-etherscan": "^2.1.0",
"@nomiclabs/buidler-waffle": "^1.3.5",
"@openzeppelin/contracts": "^2.4.0",
"@types/bs58": "4.0.1",
"@types/chai": "^4.2.5",
"@types/lowdb": "^1.0.9",
"@types/mocha": "^5.2.7",
"@types/node": "^12.12.14",
"bignumber.js": "9.0.0",
"buidler-typechain": "0.0.5",
"chai": "^4.2.0",
"ethereum-waffle": "^2.5.1",
"ethers": "^4.0.48",
"ganache-cli": "^6.8.1",
"husky": "^4.3.0",
"is-ipfs": "^1.0.3",
"lodash": "4.17.15",
"lowdb": "^1.0.0",
"solidity-coverage": "^0.7.10",
"tmp-promise": "^3.0.2",
"ts-generator": "0.0.8",
"ts-node": "^8.5.4",
"typechain": "1.0.5",
"typechain-target-ethers": "1.0.4",
"typechain-target-truffle": "1.0.2",
"typechain-target-web3-v1": "1.0.4",
"typescript": "^3.7.2"
},
"author": "Aave",
"contributors": [
{
"name": "Ernesto Boado",
"email": "[email protected]"
}
],
"license": "AGPL 3.0",
"dependencies": {}
}