|
{
|
|
"name": "hardhat-project",
|
|
"devDependencies": {
|
|
"@openzeppelin/contracts": "^4.4.2",
|
|
"ethers": "^5.5.3",
|
|
"hardhat": "^2.8.3",
|
|
"hardhat-deploy": "^0.9.24",
|
|
"hardhat-deploy-ethers": "^0.3.0-beta.13"
|
|
},
|
|
"scripts": {
|
|
"start": "hardhat node --export 'deployment.json'"
|
|
}
|
|
}
|