mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
Update package.json
This commit is contained in:
parent
0196dfff97
commit
1a3ed4ca7c
1 changed files with 6 additions and 3 deletions
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"name": "hardhat-pacage",
|
||||
"name": "hardhat-package",
|
||||
"version": "1.0.0",
|
||||
"description": "denis hardhat project",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"test": "hardhat test"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
@ -17,7 +17,10 @@
|
|||
},
|
||||
"homepage": "https://github.com/denislav-mladenov/go-ethereum#readme",
|
||||
"devDependencies": {
|
||||
"hardhat": "^2.22.6",
|
||||
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
|
||||
"hardhat": "^2.22.6"
|
||||
"@nomiclabs/hardhat-waffle": "^2.0.0",
|
||||
"ethereum-waffle": "^3.4.0",
|
||||
"chai": "^4.3.4"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue