{
  "name": "@trieb.work/nextjs-turbo-redis-cache",
  "version": "1.2.1",
  "repository": {
    "type": "git",
    "url": "https://github.com/trieb-work/nextjs-turbo-redis-cache.git"
  },
  "scripts": {
    "dev": "pnpm test",
    "build": "tsup",
    "lint": "eslint -c eslint.config.mjs --fix",
    "fmt": "prettier --write 'src/**/*.ts' 'src/*.ts'",
    "test": "vitest --coverage --config vite.config.ts",
    "test:ui": "vitest --ui  --config vite.config.ts",
    "prepare": "./scripts/prepare.sh"
  },
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    "require": "./dist/index.js",
    "import": "./dist/index.mjs"
  },
  "keywords": [
    "nextjs",
    "redis",
    "cache",
    "nextjs-cache",
    "redis-cache",
    "turbo-cache",
    "production",
    "performance",
    "optimized",
    "fast",
    "large-scale",
    "scalable",
    "caching",
    "nextjs-redis",
    "nodejs",
    "in-memory-cache",
    "revalidate",
    "deduplication",
    "batch-invalidation",
    "tags-cache"
  ],
  "author": "Designed for speed, scalability, and optimized performance, nextjs-turbo-redis-cache is your go-to solution for Next.js caching in demanding production environments.",
  "license": "ISC",
  "description": "",
  "publishConfig": {
    "access": "public"
  },
  "lint-staged": {
    "*.{ts,tsx}": [
      "eslint --fix",
      "prettier --write"
    ],
    "*.{js,json,md}": [
      "prettier --write"
    ]
  },
  "devDependencies": {
    "@commitlint/cli": "^19.6.0",
    "@commitlint/config-conventional": "^19.6.0",
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/github": "^11.0.1",
    "@semantic-release/npm": "^12.0.1",
    "@typescript-eslint/eslint-plugin": "^8.15.0",
    "@typescript-eslint/parser": "^8.15.0",
    "@vitest/coverage-v8": "^2.1.5",
    "@vitest/ui": "^2.1.5",
    "eslint": "^9.15.0",
    "lint-staged": "^15.2.10",
    "prettier": "^3.3.3",
    "semantic-release": "^24.2.0",
    "typescript": "^5.6.3",
    "vitest": "^2.1.5",
    "tsup": "^8.4.0",
    "next": "15.0.3",
    "redis": "4.7.0"
  },
  "peerDependencies": {
    "next": "15.0.3",
    "redis": "4.7.0"
  }
}
