diff --git a/hardhat/package.json b/hardhat/package.json index ef3f38a9a2..bbc80ac9cf 100644 --- a/hardhat/package.json +++ b/hardhat/package.json @@ -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" } }