diff --git a/package.json b/package.json index 6565c66..b600500 100644 --- a/package.json +++ b/package.json @@ -4,14 +4,13 @@ "description": "", "main": "index.js", "scripts": { - "compile": "npx hardhat compile", - "test": "npx hardhat test" + "compile": "hardhat compile", + "test": "hardhat test" }, "repository": { "type": "git", - "url": "git+https://github.com/pooleja/RestakeX.git" + "url": "https://github.com/pooleja/RestakeX.git" }, - "author": "", "license": "ISC", "bugs": { "url": "https://github.com/pooleja/RestakeX/issues" @@ -22,7 +21,6 @@ "@nomicfoundation/hardhat-toolbox": "^3.0.0", "@nomicfoundation/hardhat-verify": "^1.1.1", "@openzeppelin/hardhat-upgrades": "^2.2.1", - "ethers": "^6.7.1", "hardhat": "^2.17.1", "hardhat-contract-sizer": "^2.10.0", "hardhat-deploy": "^0.11.42" @@ -34,3 +32,4 @@ "forge-std": "^1.1.2" } } +