infrastructure-upgrade/package.json

21 lines
652 B
JSON
Raw Normal View History

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