-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.28 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.28 KB
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": "@harvestfi/harvest-strategy-base",
"version": "1.0.0",
"description": "Harvest Finance: BASE. 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/harvestfi/harvest-strategy-base.git"
},
"author": "",
"bugs": {
"url": "https://github.com/harvestfi/harvest-strategy-base/issues"
},
"homepage": "https://github.com/harvestfi/harvest-strategy-base#readme",
"devDependencies": {
"@nomicfoundation/hardhat-verify": "2.1.1",
"@nomiclabs/hardhat-ethers": "2.2.3",
"@nomiclabs/hardhat-waffle": "2.0.6",
"@openzeppelin/test-helpers": "0.5.16",
"dotenv": "^16.4.5",
"hardhat": "^2.26.1",
"hardhat-gas-reporter": "^2.3.0"
},
"dependencies": {
"@nomiclabs/hardhat-truffle5": "2.0.7",
"@nomiclabs/hardhat-web3": "2.0.0",
"@openzeppelin/contracts": "4.9.6",
"@openzeppelin/contracts-upgradeable": "4.3.3",
"@openzeppelin/upgrades": "^2.8.0",
"hardhat-contract-sizer": "^2.10.0",
"prompt": "1.3.0"
}
}