{ "name": "hardhat-project", "dependencies": { "@nomiclabs/hardhat-ethers": "^2.0.2", "@nomiclabs/hardhat-etherscan": "^2.1.7", "@nomiclabs/hardhat-waffle": "^2.0.1", "@typechain/ethers-v5": "^8.0.2", "@typechain/hardhat": "^3.0.0", "@types/chai": "^4.2.22", "@types/mocha": "^9.0.0", "@types/node": "^16.11.7", "@typescript-eslint/eslint-plugin": "^5.3.1", "@typescript-eslint/parser": "^5.3.1", "chai": "^4.3.4", "dotenv": "^10.0.0", "eslint": "^8.2.0", "eslint-config-prettier": "^8.3.0", "eslint-config-standard": "^16.0.3", "eslint-plugin-import": "^2.25.3", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-promise": "^5.1.1", "ethereum-waffle": "^3.4.0", "ethers": "^5.5.1", "hardhat": "^2.6.8", "hardhat-contract-sizer": "^2.1.1", "hardhat-gas-reporter": "^1.0.4", "js-to-ts-converter": "^0.18.1", "prettier": "^2.4.1", "prettier-plugin-solidity": "^1.0.0-beta.19", "solhint": "^3.3.6", "solidity-coverage": "^0.7.17", "ts-node": "^10.4.0", "typechain": "^6.0.5", "typescript": "^4.4.4" } }