-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 951 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
{
"name": "ethernaut-solutions-hardhat",
"version": "1.0.0",
"description": "Etharnaut CTF solutions using Hardhat",
"license": "MIT",
"scripts": {
"compile": "hardhat clean && hardhat compile",
"test": "hardhat test"
},
"dependencies": {
"@openzeppelin/contracts": "4.7.3",
"openzeppelin-contracts-06": "npm:@openzeppelin/[email protected]",
"openzeppelin-contracts-08": "npm:@openzeppelin/[email protected]",
"openzeppelin-test-helpers": "^0.5.1"
},
"devDependencies": {
"@nomicfoundation/hardhat-network-helpers": "^1.0.7",
"@nomiclabs/hardhat-ethers": "^2.2.1",
"@nomiclabs/hardhat-truffle5": "^2.0.0",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@openzeppelin/contracts-upgradeable": "^4.8.0",
"@openzeppelin/hardhat-upgrades": "^1.21.0",
"@openzeppelin/truffle-upgrades": "^1.17.0",
"ethereum-waffle": "^3.4.4",
"hardhat": "^2.17.1",
"hardhat-gas-reporter": "^1.0.9"
}
}