Prathamesh Musale
a5d88324df
Part of [Generate watchers for sushiswap subgraphs deployed in graph-node](https://www.notion.so/Generate-watchers-for-sushiswap-subgraphs-deployed-in-graph-node-b3f2e475373d4ab1887d9f8720bd5ae6) Co-authored-by: neeraj <neeraj.rtly@gmail.com> Reviewed-on: cerc-io/sushiswap-watcher-ts#4 Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com> Co-committed-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
25 lines
525 B
JSON
25 lines
525 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",
|
|
"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"
|
|
}
|
|
}
|