{
  "name": "aura3d-episode-builder",
  "version": "0.1.0",
  "private": true,
  "type": "module",
  "scripts": {
    "dev": "vite --host 0.0.0.0",
    "typecheck": "tsc --noEmit",
    "build": "npm run typecheck && vite build",
    "preview": "vite preview --host 0.0.0.0",
    "test": "playwright test tests/route-health.spec.ts tests/storyboard-playback.spec.ts --workers=1"
  },
  "dependencies": {
    "@aura3d/engine": "2.0.3"
  },
  "devDependencies": {
    "@playwright/test": "^1.52.0",
    "typescript": "^5.9.3",
    "vite": "^7.2.4"
  }
}
