-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
27 lines (27 loc) · 905 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
{
"name": "harvest-universal-liquidator",
"version": "1.0.0",
"description": "The Hardhat environment is configured to use Mainnet fork by default and provides templates and utilities for strategy development and testing.",
"main": "hardhat.config.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: please run tests individually\" && exit 1"
},
"author": "",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.6",
"@nomiclabs/hardhat-etherscan": "^2.1.2",
"@nomiclabs/hardhat-truffle5": "^2.0.0",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@openzeppelin/contracts": "^3.4.0",
"@openzeppelin/contracts-upgradeable": "^3.4.0",
"@openzeppelin/test-helpers": "^0.5.11",
"@uniswap/v2-core": "^1.0.1",
"@uniswap/v2-periphery": "^1.1.0-beta.0",
"dotenv": "^10.0.0",
"hardhat": "^2.3.0",
"prompt": "1.2.0"
}
}