{
  "name": "scriba-demo",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "test": "node --require tsx/cjs --test src/lib/**/*.test.ts",
    "lint": "eslint",
    "db:migrate": "npx tsx src/lib/migrate.ts",
    "db:seed": "npx tsx src/lib/seed-cli.ts",
    "db:push": "drizzle-kit push",
    "user:make-admin": "npx tsx scripts/make-admin.ts",
    "check:privacy": "npx tsx scripts/check-vendor-leak.ts"
  },
  "dependencies": {
    "@stripe/stripe-js": "^9.2.0",
    "@types/bcrypt": "^6.0.0",
    "@types/jsonwebtoken": "^9.0.10",
    "@types/jszip": "^3.4.0",
    "@types/react-syntax-highlighter": "^15.5.13",
    "bcrypt": "^6.0.0",
    "docx": "^9.6.1",
    "dotenv": "^17.4.1",
    "drizzle-orm": "^0.45.2",
    "framer-motion": "^12.38.0",
    "jsonwebtoken": "^9.0.3",
    "jszip": "^3.10.1",
    "lucide-react": "^1.7.0",
    "next": "16.2.1",
    "openai": "^6.38.0",
    "postgres": "^3.4.9",
    "qrcode": "^1.5.4",
    "react": "19.2.4",
    "react-dom": "19.2.4",
    "react-syntax-highlighter": "^16.1.1",
    "recharts": "^3.8.1",
    "speakeasy": "^2.0.0",
    "stripe": "^22.0.2",
    "zod": "^3.25.76"
  },
  "devDependencies": {
    "@tailwindcss/postcss": "^4",
    "@types/node": "^20",
    "@types/react": "^19",
    "@types/react-dom": "^19",
    "@types/speakeasy": "^2.0.10",
    "babel-plugin-react-compiler": "1.0.0",
    "drizzle-kit": "^0.31.10",
    "eslint": "^9",
    "eslint-config-next": "16.2.1",
    "tailwindcss": "^4",
    "typescript": "^5"
  }
}
