forked from harvest-finance/harvest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.27 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
{
"name": "harvest",
"version": "1.0.0",
"description": "",
"main": "null",
"scripts": {
"test": "npx truffle test",
"test-cov": "export RUNNING_COVERAGE=True && truffle run coverage --network=development",
"test-mainnet-only": "truffle build && export MAINNET_FORK=True && npx truffle test ./test/mainnet-fork-test-basic.js ./test/mainnet-fork-test-curve-dai.js ./test/mainnet-fork-test-curve-usdc.js ./test/mainnet-fork-test-curve-usdt.js ./test/mainnet-fork-test-snxReward.js",
"test-mainnet-e2e": "truffle build && export MAINNET_E2E=True && npx truffle test ./test/mainnet-e2e.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/harvest-finance/harvest.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/harvest-finance/harvest/issues"
},
"dependencies": {
"@openzeppelin/contracts": "^2.5.0",
"@studydefi/money-legos": "^2.3.7",
"@truffle/hdwallet-provider": "1.0.42",
"dotenv": "^8.2.0",
"ganache-cli": "^6.10.1",
"prettier": "^2.0.5",
"solidity-coverage": "0.7.0",
"truffle": "5.1.31",
"truffle-flattener": "^1.4.4"
},
"homepage": "https://github.com/harvest-finance/harvest#readme",
"devDependencies": {
"@openzeppelin/test-helpers": "^0.5.6"
}
}