go-ethereum/hardhat/package.json
2024-07-17 22:36:01 +03:00

23 lines
580 B
JSON

{
"name": "hardhat-package",
"version": "1.0.0",
"description": "denis hardhat project",
"main": "index.js",
"scripts": {
"test": "hardhat test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/denislav-mladenov/go-ethereum.git"
},
"author": "denis",
"license": "ISC",
"bugs": {
"url": "https://github.com/denislav-mladenov/go-ethereum/issues"
},
"homepage": "https://github.com/denislav-mladenov/go-ethereum#readme",
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"hardhat": "^2.22.5"
}
}