12 lines
250 B
JSON
12 lines
250 B
JSON
{
|
|
"name": "core-platform",
|
|
"private": true,
|
|
"workspaces": [
|
|
"dashboard"
|
|
],
|
|
"scripts": {
|
|
"build": "npm run build -w dashboard",
|
|
"dev:dashboard": "npm run dev -w dashboard",
|
|
"lint:dashboard": "npm run lint -w dashboard"
|
|
}
|
|
}
|