{
  "name": "next-app",
  "version": "0.0.1",
  "private": true,
  "scripts": {
    "dev": "export MXL_URL=\"dev-test-$RANDOM\" && echo $MXL_URL && cd ../../.. && pnpm build && cd test/integration/next-app-15-3-2 && pnpm i && pnpm build && NODE_ENV=production REDISHOST=localhost REDISPORT=6379 DEBUG_CACHE_HANDLER=true pnpm start",
    "build": "next build",
    "start": "next start",
    "lint": "next lint"
  },
  "dependencies": {
    "@safaricom-mxl/nextjs-turbo-redis-cache": "file:../../..",
    "next": "16.0.0",
    "react": "19.2.0",
    "react-dom": "19.2.0",
    "redis": "5.8.2"
  },
  "devDependencies": {
    "@eslint/eslintrc": "^3.3.1",
    "@tailwindcss/postcss": "^4.1.13",
    "@types/node": "^24.3.1",
    "@types/react": "19.2.2",
    "@types/react-dom": "19.2.2",
    "eslint": "^9.35.0",
    "eslint-config-next": "16.0.0",
    "tailwindcss": "^4.1.13",
    "typescript": "^5.9.2"
  },
  "overrides": {
    "@types/react": "19.2.2",
    "@types/react-dom": "19.2.2"
  }
}
