forked from harvest-finance/harvest-strategy-bsc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.6 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
{
"name": "harvest-strategy-bsc",
"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"
},
"repository": {
"type": "git",
"url": "git+https://github.com/harvest-finance/harvest-strategy-bsc.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/harvest-finance/harvest-strategy-bsc/issues"
},
"homepage": "https://github.com/harvest-finance/harvest-strategy-bsc#readme",
"devDependencies": {
"@nomiclabs/hardhat-truffle5": "^2.0.0",
"@nomiclabs/hardhat-etherscan": "^2.1.1",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@nomiclabs/hardhat-ethers": "2.0.2",
"@openzeppelin/test-helpers": "^0.5.10",
"@openzeppelin/contracts-upgradeable": "^3.4.0",
"@pancakeswap-libs/pancake-swap-core": "^0.1.0",
"@pancakeswap/pancake-swap-lib": "^0.0.4",
"@typechain/ethers-v5": "^5.0.0",
"@types/chai": "^4.2.14",
"@types/mocha": "^8.2.0",
"@types/node": "^14.14.22",
"@uniswap/v2-core": "^1.0.1",
"@uniswap/v2-periphery": "^1.1.0-beta.0",
"chai": "^4.2.0",
"dotenv": "^8.2.0",
"ethers": "^5.0.26",
"hardhat": "^2.0.6",
"hardhat-deploy": "^0.7.0-beta.44",
"hardhat-deploy-ethers": "^0.3.0-beta.7",
"hardhat-spdx-license-identifier": "^2.0.3",
"hardhat-typechain": "^0.3.4",
"mocha": "^8.3.2",
"solc": "0.6.12"
}
}