sushiswap-watcher-ts/package.json
2024-06-06 12:05:36 +05:30

23 lines
409 B
JSON

{
"name": "sushiswap-watcher-ts",
"private": true,
"license": "AGPL-3.0",
"workspaces": {
"packages": [
"packages/*"
],
"nohoist": [
"**/@cerc-io/rpc-eth-client",
"**/typeorm-naming-strategies"
]
},
"scripts": {
"build": "lerna run build --stream",
"prepare": "husky install"
},
"devDependencies": {
"husky": "^7.0.2",
"lerna": "^6.6.1"
}
}