sushiswap-watcher-ts/package.json

23 lines
409 B
JSON
Raw Normal View History

2024-06-06 05:01:51 +00:00
{
"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"
}
}