{
  "name": "invoice-app",
  "version": "0.1.0",
  "private": true,
  "workspaces": [
    "apps/*",
    "packages/*"
  ],
  "scripts": {
    "dev:backend": "npm run dev -w @invoice/backend",
    "dev:frontend": "npm run dev -w @invoice/frontend",
    "start:prod": "node apps/backend/dist/main.js",
    "build": "npm run build --workspaces --if-present",
    "lint": "npm run lint --workspaces --if-present",
    "test": "npm run test --workspaces --if-present",
    "db:generate": "npm run db:generate -w @invoice/backend",
    "db:deploy": "npm run db:deploy -w @invoice/backend",
    "db:migrate": "npm run db:migrate -w @invoice/backend",
    "db:seed": "npm run db:seed -w @invoice/backend",
    "install:shared": "node scripts/shared-hosting-installer.mjs"
  }
}
