nim-ethers/testnode/package.json

14 lines
299 B
JSON

{
"name": "hardhat-project",
"devDependencies": {
"@openzeppelin/contracts": "^4.4.2",
"ethers": "^6.11.1",
"hardhat": "^2.22.1",
"hardhat-deploy": "^0.11.34",
"hardhat-deploy-ethers": "^0.4.1"
},
"scripts": {
"start": "hardhat node --export 'deployment.json'"
}
}