Files
homeAutomation/energy-management/package.json
2026-08-19 18:35:47 +02:00

15 lines
326 B
JSON

{
"name": "energy-management",
"private": true,
"workspaces": [
"backend",
"frontend"
],
"scripts": {
"dev:backend": "npm run dev -w backend",
"dev:frontend": "npm run dev -w frontend",
"build": "npm run build -w backend && npm run build -w frontend",
"test": "npm run test -w backend"
}
}