-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 1 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
{
"name": "rept-b-contracts",
"version": "1.0.0",
"description": "Rari Ethereum Pool Reimbursement Tokens (REPT-b) are YieldSpace fyTokens representing future reimbursements to Rari Ethereum Pool hack victims.",
"main": "hardhat-config.js",
"repository": {
"type": "git",
"url": "https://github.com/Rari-Capital/rept-b-contracts.git"
},
"author": {
"name": "David Lucid",
"email": "[email protected]",
"url": "https://github.com/davidlucid"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Rari-Capital/rept-b-contracts/issues"
},
"homepage": "https://github.com/Rari-Capital/rept-b-contracts#readme",
"dependencies": {
"@openzeppelin/contracts-upgradeable": "^4.1.0"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/hardhat-upgrades": "^1.9.0",
"dotenv": "^10.0.0",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.4.0",
"hardhat": "^2.4.1",
"web3": "^1.3.6"
}
}