{ "name": "fiddy", "private": true, "workspaces": [ "apps/*", "packages/*" ], "scripts": { "dev": "npm --workspace apps/web run dev", "dev:web": "npm --workspace apps/web run dev", "build": "npm --workspace apps/web run build", "start": "npm --workspace apps/web run start", "start:scheduler": "npm --workspace apps/scheduler run start", "lint": "npm --workspace apps/web run lint", "test": "npm --workspace apps/web run test", "test:ui": "npm --workspace apps/web run test:ui", "db:migrate": "npm --workspace packages/db run migrate", "db:migrate:all": "npm --workspace packages/db run migrate:all", "db:migrate:status": "npm --workspace packages/db run status", "db:migrate:status:all": "npm --workspace packages/db run status:all" } }