nim-ethers/testnode/package.json

10 lines
136 B
JSON

{
"name": "hardhat-project",
"devDependencies": {
"hardhat": "^2.8.2"
},
"scripts": {
"start": "npx hardhat node"
}
}