go-ethereum/hardhat/package.json
2025-01-06 23:44:55 +02:00

23 lines
520 B
JSON

{
"name": "go-ethereum",
"version": "1.0.0",
"description": "Golang execution layer implementation of the Ethereum protocol.",
"main": "index.js",
"directories": {
"doc": "docs",
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"hardhat": "^2.22.17"
},
"dependencies": {
"@openzeppelin/contracts": "^5.1.0"
}
}