You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
363 B
15 lines
363 B
{
|
|
"name": "hardhat-project",
|
|
"devDependencies": {
|
|
"@nomiclabs/hardhat-ethers": "^2.0.0",
|
|
"@nomiclabs/hardhat-waffle": "^2.0.0",
|
|
"@openzeppelin/hardhat-upgrades": "^1.14.0",
|
|
"chai": "^4.2.0",
|
|
"ethereum-waffle": "^3.0.0",
|
|
"ethers": "^5.0.0",
|
|
"hardhat": "^2.8.3"
|
|
},
|
|
"dependencies": {
|
|
"@openzeppelin/contracts": "^4.4.2"
|
|
}
|
|
}
|
|
|