{
  "name": "nexus-director",
  "version": "0.1.0",
  "private": true,
  "type": "module",
  "scripts": {
    "dev": "rm -rf .next && NEXT_DISABLE_DEVTOOLS=1 next dev --port 5000 --hostname 0.0.0.0",
    "clean:next": "rm -rf .next",
    "build": "next build",
    "start": "node server.mjs",
    "lint": "next lint",
    "typecheck": "tsc --noEmit",
    "quality:ebook": "node scripts/ebook-quality-check.mjs"
  },
  "dependencies": {
    "@ai-sdk/anthropic": "^1.2.12",
    "@ai-sdk/google": "^1.2.22",
    "@ai-sdk/openai": "^1.3.24",
    "@aws-sdk/client-s3": "^3.1066.0",
    "@aws-sdk/s3-request-presigner": "^3.1066.0",
    "@deepgram/sdk": "^5.4.0",
    "ai": "^4.3.19",
    "docx": "^9.7.1",
    "epub-gen-memory": "^1.1.2",
    "next": "^15.5.19",
    "pdf-parse": "^1.1.4",
    "pdfkit": "^0.15.2",
    "react": "^19.2.7",
    "react-dom": "^19.2.7",
    "zod": "^3.25.76"
  },
  "devDependencies": {
    "@types/node": "^22.19.20",
    "@types/pdfkit": "^0.13.9",
    "@types/react": "^19.2.17",
    "@types/react-dom": "^19.2.3",
    "autoprefixer": "^10.5.0",
    "postcss": "^8.5.15",
    "tailwindcss": "^3.4.19",
    "typescript": "^5.9.3"
  }
}
