{
  "name": "web",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "next dev --turbopack",
    "build": "next build --turbopack",
    "start": "next start -H 127.0.0.1 -p 4350",
    "lint": "eslint",
    "test": "tsx --test test/gates.test.ts test/health.combos.test.ts test/retrieve.test.ts test/cases.replay.test.ts",
    "test:unit": "c8 tsx --test test/unit-test/**/*.test.ts",
    "test:process": "playwright test",
    "postinstall": "prisma generate",
    "db:migrate": "prisma migrate deploy",
    "db:seed-zips": "tsx prisma/seed-us-zips.ts"
  },
  "dependencies": {
    "@prisma/client": "5.22.0",
    "next": "15.5.23",
    "openai": "^7.5.0",
    "react": "19.1.0",
    "react-dom": "19.1.0",
    "zod": "^4.4.3"
  },
  "devDependencies": {
    "@eslint/eslintrc": "^3",
    "@playwright/test": "^1.62.1",
    "@tailwindcss/postcss": "^4",
    "@types/node": "^20",
    "@types/react": "^19",
    "@types/react-dom": "^19",
    "c8": "^12.0.0",
    "eslint": "^9",
    "eslint-config-next": "15.5.23",
    "prisma": "5.22.0",
    "tailwindcss": "^4",
    "tsx": "^4.20.5",
    "typescript": "^5"
  }
}
