go-ethereum/hardhat/package.json

11 lines
298 B
JSON

{
"name": "hardhat-project",
"devDependencies": {
"@nomicfoundation/hardhat-ignition": "^0.15.4",
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@nomiclabs/hardhat-waffle": "^2.0.6",
"ethers": "^6.13.0",
"hardhat": "^2.22.5"
}
}