watcher-ts/lerna.json

16 lines
263 B
JSON

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