nim-ethers/testnode/package.json

14 lines
299 B
JSON
Raw Normal View History

{
"name": "hardhat-project",
"devDependencies": {
2022-01-20 11:44:35 +00:00
"@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": {
2022-01-20 11:44:35 +00:00
"start": "hardhat node --export 'deployment.json'"
}
}