watcher-ts/lerna.json
prathamesh0 ac74da6ea6
Add a CLI to backfill watcher event data (#538)
* Add a CLI to backfill watcher event data

* Add required codegen template

* Increment package version
2024-10-14 12:07:56 +05:30

16 lines
264 B
JSON

{
"packages": [
"packages/*"
],
"version": "0.2.109",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
"publish": {
"registry": "https://git.vdb.to/api/packages/cerc-io/npm/",
"yes": true,
"from-git": true
}
}
}