11 lines
326 B
JSON
11 lines
326 B
JSON
|
|
{
|
||
|
|
"name": "library-sample",
|
||
|
|
"private": true,
|
||
|
|
"workspaces": ["core", "utils", "service"],
|
||
|
|
"scripts": {
|
||
|
|
"build": "bun run --filter '*' build",
|
||
|
|
"clean": "rm -rf */dist */node_modules node_modules",
|
||
|
|
"publish:all": "bun run --filter '*' exec npm publish --ignore-scripts --registry http://localhost:4874"
|
||
|
|
}
|
||
|
|
}
|