2024-06-06 11:42:55 +00:00
|
|
|
{
|
2024-06-12 04:49:33 +00:00
|
|
|
"name": "sushiswap-watcher-ts",
|
2024-06-06 11:42:55 +00:00
|
|
|
"private": true,
|
|
|
|
"license": "AGPL-3.0",
|
|
|
|
"workspaces": {
|
|
|
|
"packages": [
|
|
|
|
"packages/*"
|
|
|
|
],
|
|
|
|
"nohoist": [
|
|
|
|
"**/@cerc-io/rpc-eth-client",
|
|
|
|
"**/typeorm-naming-strategies"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"build": "lerna run build --stream",
|
|
|
|
"lint": "lerna run lint --stream -- --max-warnings=0",
|
|
|
|
"prepare": "husky install",
|
|
|
|
"version:set": "lerna version --no-git-tag-version"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"husky": "^7.0.2",
|
|
|
|
"lerna": "^6.6.1"
|
|
|
|
}
|
|
|
|
}
|