core/package.json
2026-01-08 15:48:58 -03:00

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"
}
}