go-ethereum/hardhat/package.json
2024-07-18 10:19:07 +03:00

27 lines
702 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",
"@nomiclabs/hardhat-waffle": "^2.0.0",
"ethereum-waffle": "^3.4.0",
"chai": "^4.3.4",
"ethers": "^5.0.0"
}
}