go-ethereum/package.json
Ruslan Gladov da5f26183f Compile-1
2024-06-14 15:15:15 +03:00

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"
}
}