{
  "name": "rainmaker",
  "version": "1.0.0",
  "private": true,
  "scripts": {
    "dev": "next dev -p 3020",
    "build": "next build",
    "build:production": "node ./scripts/build-production.mjs",
    "start": "next start -p 3020",
    "start:guarded": "node ./scripts/start-production.mjs -p 3020",
    "ops:backup-db": "bash ./scripts/backup-postgres.sh",
    "ops:check-health": "node ./scripts/check-health.mjs",
    "test": "npm --prefix backend run test && npm run test:ui",
    "test:backend": "npm --prefix backend run test",
    "test:ui": "vitest run --config vitest.config.ts",
    "test:ui:coverage": "vitest run --config vitest.config.ts --coverage",
    "verify:build": "node ./scripts/verify-next-build.mjs"
  },
  "dependencies": {
    "next": "^16.1.6",
    "puppeteer": "^24.38.0",
    "react": "^19.1.0",
    "react-dom": "^19.1.0"
  },
  "devDependencies": {
    "@tailwindcss/postcss": "^4.1.3",
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "^16.3.2",
    "@types/node": "^22.12.0",
    "@types/react": "^19.0.0",
    "@types/react-dom": "^19.0.0",
    "@vitest/coverage-v8": "^4.1.2",
    "jsdom": "^29.0.1",
    "tailwindcss": "^4.1.3",
    "typescript": "^5.7.3",
    "vitest": "^4.1.2"
  }
}
