mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-30 22:34:10 -05:00
14 lines
225 B
JSON
14 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"
|
|
}
|
|
}
|
|
}
|