watcher-ts/lerna.json
2025-03-20 16:32:20 +05:30

16 lines
271 B
JSON

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