-
Notifications
You must be signed in to change notification settings - Fork 59
/
package.json
32 lines (32 loc) · 1.1 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
{
"name": "corevault",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"build": "npx buidler compile",
"deploy": "node getDeployCode.js",
"verify": "npx buidler verify --network mainnet 0x62359ed7505efc61ff1d56fef82158ccaffa23d7 '0x7a250d5630b4cf539739df2c5dacb4c659f2488d' '0x5C69bEe701ef814a2B6a3EDD4B1652CB9cc5aA6f'"
},
"dependencies": {
"@openzeppelin/cli": "^2.8.2",
"@openzeppelin/contracts": "^3.1.0",
"@openzeppelin/contracts-ethereum-package": "^3.0.0",
"@openzeppelin/test-helpers": "^0.5.6",
"@openzeppelin/truffle-upgrades": "^1.0.2",
"@openzeppelin/upgrades": "^2.8.0",
"@uniswap/lib": "^1.1.4",
"@uniswap/v2-core": "^1.0.1",
"truffle": "^5.1.41",
"truffle-flattener": "^1.4.4",
"truffle-ledger-provider": "https://github.com/UMAprotocol/truffle-ledger-provider"
},
"devDependencies": {
"@nomiclabs/buidler": "^1.4.5",
"@nomiclabs/buidler-etherscan": "^2.1.0",
"@nomiclabs/buidler-truffle5": "^1.3.4",
"@nomiclabs/buidler-web3": "^1.3.4",
"buidler-log-remover": "^1.0.1",
"web3": "^1.2.11"
}
}