-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
39 lines (39 loc) · 1.25 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
{
"name": "defidollar-core",
"version": "1.5.1",
"description": "",
"main": "index.js",
"scripts": {
"compile": "truffle compile",
"migrate": "truffle migrate --reset",
"ganache": "ganache-cli -i 420 -l 10000000 -m 'mosquito lizard cloth enhance armed month twice machine decline post toy float'",
"ganache:ci": "npm run ganache > /dev/null &",
"test": "truffle test",
"test:debug": "DEBUG=true npm test",
"coverage": "truffle run coverage"
},
"author": "",
"license": "ISC",
"dependencies": {
"@chainlink/contracts": "0.0.7-beta",
"@defidollar/core-client-lib": "github:defidollar/core-client-lib#52c3156e9221a71d5bc7da8f0ed06fa4a54fa024",
"@openzeppelin/contracts": "^2.5.1"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-etherscan": "^2.1.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@truffle/hdwallet-provider": "^1.0.42",
"chai": "^4.3.4",
"csv-writer": "^1.6.0",
"eth-gas-reporter": "^0.2.17",
"ethereum-waffle": "^3.3.0",
"ethers": "^5.1.4",
"ganache": "^6.4.4",
"hardhat": "^2.8.2",
"solidity-coverage": "^0.7.9",
"truffle": "^5.4.27",
"truffle-plugin-verify": "^0.3.11"
}
}