* Generate azimuth watcher * Add block range check in eventsInRange query * Add more fields in sync status query * Update config file * Upgrade watcher-ts packages to 0.2.74 * Avoid hoisting packages to prevent dependency issues * Set enableState to false * Change server port to 3001 --------- Co-authored-by: neeraj <neeraj.rtly@gmail.com>
24 lines
466 B
JSON
24 lines
466 B
JSON
{
|
|
"name": "azimuth-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"
|
|
},
|
|
"devDependencies": {
|
|
"husky": "^7.0.2",
|
|
"lerna": "^6.6.1"
|
|
}
|
|
}
|