21 lines
502 B
JSON
21 lines
502 B
JSON
{
|
|
"name": "hardhat-project",
|
|
"devDependencies": {
|
|
"@nomiclabs/hardhat-ethers": "^2.0.6",
|
|
"@nomiclabs/hardhat-etherscan": "^3.1.0",
|
|
"@nomiclabs/hardhat-waffle": "^2.0.3",
|
|
"@types/mocha": "^9.1.1",
|
|
"chai": "^4.3.6",
|
|
"ethereum-waffle": "^3.4.4",
|
|
"ethers": "^5.6.9",
|
|
"hardhat": "^2.9.9",
|
|
"hardhat-gas-reporter": "^1.0.8",
|
|
"solidity-coverage": "^0.7.21",
|
|
"ts-node": "^10.8.1",
|
|
"typescript": "^4.7.4"
|
|
},
|
|
"dependencies": {
|
|
"dotenv": "^16.0.1"
|
|
}
|
|
}
|