{ "name": "@AlienTornadosaurusHex/infrastructure-upgrade", "author": "AlienTornadosaurusHex", "version": "1.0.0", "description": "Foundry reconstruction of the \"infrastructure-upgrade\" project.", "repository": { "type": "git", "url": "https://git.tornado.ws/AlienTornadosaurusHex/infrastructure-upgrade" }, "scripts": { "postinstall": "chmod +x script/* && ./script/setup.sh", "build": "chmod +x script/* && ./script/setup.sh", "coverage": "genhtml -o coverage -s --legend lcov.info && rm lcov.info" }, "devDependencies": { "@nomicfoundation/hardhat-ethers": "^3.0.3", "@nomicfoundation/hardhat-foundry": "^1.0.2", "@nomicfoundation/hardhat-verify": "^1.0.3", "dotenv": "^16.3.1", "ethers": "^6.6.2", "hardhat": "^2.16.1", "prettier": "^2.8.8", "prettier-plugin-solidity": "^1.0.0-beta.19", "solhint": "^3.3.6" } }