18 lines
261 B
JSON
18 lines
261 B
JSON
{
|
|
"packages": [
|
|
"packages/*"
|
|
],
|
|
"private": true,
|
|
"version": "independent",
|
|
"npmClient": "yarn",
|
|
"useWorkspaces": true,
|
|
"command": {
|
|
"publish": {
|
|
"registry": "http://localhost:5000"
|
|
},
|
|
"add": {
|
|
"exact": true
|
|
}
|
|
}
|
|
}
|