watcher-ts/lerna.json
2025-03-10 19:20:31 +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
}
}
}