{
  "name": "erp-platform",
  "version": "1.0.0",
  "private": true,
  "description": "ERP Microservices Platform — erp.sayedkhattab.com",
  "type": "module",
  "workspaces": [
    "packages/*",
    "services/*"
  ],
  "scripts": {
    "install:all": "npm install",
    "migrate": "npm run db:migrate --workspaces --if-present",
    "start": "bash scripts/start-backend.sh"
  }
}
