azimuth-watcher-ts/package.json
Nabarun Gogoi 51d909ac6c
Regenerate azimuth-watcher with latest changes in watcher-ts and run in active mode (#30)
* 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>
2023-11-22 13:43:26 +05:30

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"
}
}