-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 1.04 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
{
"name": "dev-environment",
"scripts": {
"node": "NODE_OPTIONS=--openssl-legacy-provider hardhat node",
"test-all": "export $(cat .env | xargs) && forge test --fork-url $NETWORK_URL_OPERA --fork-block-number 36258744 -vvv",
"test": "npm run test-all -- --match-path test/sol/lens/strategy/beefylp-strategy/Vault.t.sol --match-test testDepositRedeem"
},
"devDependencies": {
"@chainlink/contracts": "^0.4.1",
"@nomiclabs/hardhat-ethers": "^2.0.5",
"@nomiclabs/hardhat-etherscan": "^3.0.3",
"@openzeppelin/contracts": "^4.5.0",
"@openzeppelin/contracts-upgradeable": "^4.5.2",
"@openzeppelin/hardhat-upgrades": "^1.17.0",
"@typechain/ethers-v5": "^10.0.0",
"@typechain/hardhat": "^6.0.0",
"@uniswap/v2-core": "^1.0.1",
"@uniswap/v2-periphery": "^1.1.0-beta.0",
"dotenv": "^16.0.0",
"ethers": "^5.6.2",
"hardhat": "^2.9.3",
"ts-node": "^10.7.0",
"typechain": "^8.0.0",
"typescript": "^4.6.3"
}
}