827e1d6991
Signed-off-by: AlienTornadosaurusHex <>
19 lines
574 B
JSON
19 lines
574 B
JSON
{
|
|
"name": "@AlienTornadosaurusHex/relayer-registry",
|
|
"author": "AlienTornadosaurusHex",
|
|
"version": "1.0.0",
|
|
"description": "Foundry reconstruction of the \"relayer-registry\" project.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.tornado.ws/AlienTornadosaurusHex/relayer-registry"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "chmod +x script/* && ./script/setup.sh",
|
|
"build": "chmod +x script/* && ./script/setup.sh"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^2.5.1",
|
|
"prettier-plugin-solidity": "^1.0.0-beta.19",
|
|
"solhint": "^3.3.6"
|
|
}
|
|
} |