-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 858 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 858 Bytes
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
{
"name": "reaper-proving-grounds",
"version": "1.0.0",
"description": "testing framework for Reaper vaults",
"main": "index.js",
"scripts": {
"test": "test"
},
"author": "bebis",
"license": "ISC",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers@^0.3.0-beta.10",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"chai": "^4.3.4",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.4.1",
"hardhat": "^2.4.1",
"hardhat-deploy": "^0.8.11",
"hardhat-deploy-ethers": "^0.3.0-beta.10"
},
"dependencies": {
"@ethersproject/address": "^5.4.0",
"@ethersproject/contracts": "^5.4.0",
"@ethersproject/providers": "^5.4.1",
"@ethersproject/solidity": "^5.4.0",
"@openzeppelin/contracts": "^3.2.0",
"@uniswap/sdk": "^3.0.3",
"install": "^0.13.0",
"npm": "^7.20.3"
}
}