Update package.json

This commit is contained in:
Denislav Mladenov 2024-07-17 22:12:02 +03:00 committed by GitHub
parent 0196dfff97
commit 1a3ed4ca7c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,10 +1,10 @@
{ {
"name": "hardhat-pacage", "name": "hardhat-package",
"version": "1.0.0", "version": "1.0.0",
"description": "denis hardhat project", "description": "denis hardhat project",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "hardhat test"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
@ -17,7 +17,10 @@
}, },
"homepage": "https://github.com/denislav-mladenov/go-ethereum#readme", "homepage": "https://github.com/denislav-mladenov/go-ethereum#readme",
"devDependencies": { "devDependencies": {
"hardhat": "^2.22.6",
"@nomicfoundation/hardhat-toolbox": "^5.0.0", "@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"
} }
} }