{ "name": "hardhat-boilerplate", "version": "1.0.0", "description": "A boilerplate repository to get you started with Hardhat and Ethereum development", "scripts": { "test": "hardhat test" }, "repository": { "type": "git", "url": "git+https://github.com/NomicFoundation/hardhat-boilerplate.git" }, "author": "Nomic Foundation", "license": "MIT", "bugs": { "url": "https://github.com/NomicFoundation/hardhat-boilerplate/issues" }, "homepage": "https://github.com/NomicFoundation/hardhat-boilerplate#readme", "devDependencies": { "@ethersproject/abi": "^5.4.7", "@ethersproject/providers": "^5.4.7", "@nomicfoundation/hardhat-chai-matchers": "^1.0.0", "@nomicfoundation/hardhat-network-helpers": "^1.0.0", "@nomicfoundation/hardhat-toolbox": "^1.0.1", "@nomiclabs/hardhat-ethers": "^2.0.0", "@nomiclabs/hardhat-etherscan": "^3.0.0", "chai": "^4.2.0", "ethers": "^5.4.7", "hardhat": "^2.12.4", "hardhat-gas-reporter": "^1.0.8", "solidity-coverage": "^0.7.21" } }