mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-21 07:29:37 +01:00
15 lines
225 B
JSON
15 lines
225 B
JSON
{
|
|
"version": "5.0.0-alpha.0",
|
|
"packages": [
|
|
"packages/*"
|
|
],
|
|
"npmClient": "yarn",
|
|
"useWorkspaces": true,
|
|
"stream": true,
|
|
"command": {
|
|
"publish": {
|
|
"message": "chore: publish release %s"
|
|
}
|
|
}
|
|
}
|