-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
36 lines (36 loc) · 978 Bytes
/
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": "restakex",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"compile": "npx hardhat compile",
"test": "npx hardhat test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pooleja/RestakeX.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/pooleja/RestakeX/issues"
},
"homepage": "https://github.com/pooleja/RestakeX#readme",
"devDependencies": {
"@nomicfoundation/hardhat-ethers": "^3.0.4",
"@nomicfoundation/hardhat-toolbox": "^3.0.0",
"@nomicfoundation/hardhat-verify": "^1.1.1",
"@openzeppelin/hardhat-upgrades": "^2.2.1",
"ethers": "^6.7.1",
"hardhat": "^2.17.1",
"hardhat-contract-sizer": "^2.10.0",
"hardhat-deploy": "^0.11.42"
},
"dependencies": {
"@chainlink/contracts": "^0.7.1",
"@openzeppelin/contracts": "^4.9.3",
"@openzeppelin/contracts-upgradeable": "^4.9.3",
"forge-std": "^1.1.2"
}
}