mirror of
https://github.com/logos-storage/nim-ethers.git
synced 2026-01-02 13:43:06 +00:00
10 lines
136 B
JSON
10 lines
136 B
JSON
{
|
|
"name": "hardhat-project",
|
|
"devDependencies": {
|
|
"hardhat": "^2.8.2"
|
|
},
|
|
"scripts": {
|
|
"start": "npx hardhat node"
|
|
}
|
|
}
|