{ "name": "postgres-control-center", "private": true, "version": "1.0.0", "workspaces": [ "backend", "frontend" ], "scripts": { "dev": "npm run dev -w backend & npm run dev -w frontend", "build": "npm run build -w backend && npm run build -w frontend", "start": "npm run start -w backend" } }