infrastructure-upgrade/package.json

26 lines
892 B
JSON
Raw Normal View History

2023-04-08 21:46:18 +03:00
{
"name": "@AlienTornadosaurusHex/infrastructure-upgrade",
"author": "AlienTornadosaurusHex",
2023-04-08 21:46:18 +03:00
"version": "1.0.0",
"description": "Foundry reconstruction of the \"infrastructure-upgrade\" project.",
"repository": {
"type": "git",
"url": "https://git.tornado.ws/AlienTornadosaurusHex/infrastructure-upgrade"
},
2023-04-08 21:46:18 +03:00
"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"
2023-04-08 21:46:18 +03:00
},
"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",
2023-04-08 21:46:18 +03:00
"prettier-plugin-solidity": "^1.0.0-beta.19",
"solhint": "^3.3.6"
}
}