mirror of
https://github.com/status-im/nim-ethers.git
synced 2025-01-12 16:44:23 +00:00
14 lines
304 B
JSON
14 lines
304 B
JSON
{
|
|
"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'"
|
|
}
|
|
}
|