{
  "name": "kebabkiller-studio",
  "version": "1.0.0",
  "private": true,
  "description": "Automated vertical video production studio for Kebabkiller",
  "scripts": {
    "install:all": "npm install --prefix backend && npm install --prefix frontend",
    "dev": "node scripts/verify-dev-ports.mjs && concurrently \"npm run dev --prefix backend\" \"npm run dev --prefix frontend\"",
    "dev:backend": "npm run dev --prefix backend",
    "dev:frontend": "npm run dev --prefix frontend",
    "start": "npm run start --prefix backend",
    "test:ports": "node --test scripts/read-backend-port.test.mjs",
    "status:dev": "powershell -NoProfile -ExecutionPolicy Bypass -File scripts/dev-status.ps1",
    "cleanup:dev": "powershell -NoProfile -ExecutionPolicy Bypass -File scripts/dev-cleanup.ps1",
    "restart:dev": "powershell -NoProfile -ExecutionPolicy Bypass -File scripts/dev-restart.ps1"
  },
  "devDependencies": {
    "concurrently": "^9.1.2"
  }
}
