mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
26 lines
678 B
JSON
26 lines
678 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"
|
|
}
|
|
}
|