mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
16 lines
329 B
JSON
16 lines
329 B
JSON
{
|
|
"name": "hardhat",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"devDependencies": {
|
|
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
|
|
"hardhat": "^2.22.5",
|
|
"chalk": "^4.1.2"
|
|
}
|
|
}
|