-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 1.06 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": "hartdhattest",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "npx hardhat run scripts/deploy.js --network localhost"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.3",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@uniswap/lib": "4.0.1-alpha",
"chai": "^4.3.4",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.5.2",
"hardhat": "^2.8.0"
},
"dependencies": {
"@nomiclabs/hardhat-etherscan": "^3.0.0",
"@openzeppelin/contracts": "^4.7.3",
"@openzeppelin/contracts-upgradeable": "^4.8.0-rc.1",
"@openzeppelin/hardhat-defender": "^1.8.1",
"@openzeppelin/hardhat-upgrades": "^1.21.0",
"@openzeppelin/test-helpers": "^0.5.16",
"@openzeppelin/upgrades-core": "^1.20.0",
"dotenv": "^16.0.0",
"hardhat-gas-reporter": "^1.0.7",
"solidity-coverage": "^0.7.19"
}
}