{
  "name": "@dbbs/next-cache-handler-core",
  "version": "1.4.1",
  "description": "Support to control cache behaviour for NextJS applications.",
  "main": "lib/index.js",
  "files": [
    "lib"
  ],
  "types": "lib/index.d.ts",
  "keywords": [
    "Next.js",
    "cache",
    "In-Memory Cache",
    "Redis",
    "File Cache",
    "NextJS",
    "Next",
    "S3 Cache",
    "Cache handler"
  ],
  "scripts": {
    "clean": "npx rimraf .turbo node_modules lib bin coverage *.tsbuildinfo || exit 0",
    "prepublishOnly": "npm run lint && npm run test && npm run build",
    "test": "jest",
    "lint": "eslint \"src/**/*.ts*\"",
    "lint:fix": "eslint \"src/**/*.ts*\" --fix",
    "build": "rm -rf lib && rollup -c --bundleConfigAsCjs",
    "release": "npx semantic-release"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DBB-Software/next-cache-handler.git"
  },
  "author": "Roman Bobrovskiy",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/DBB-Software/next-cache-handler/issues"
  },
  "homepage": "https://github.com/DBB-Software/next-cache-handler#readme",
  "devDependencies": {
    "@types/cookie": "0.6.0",
    "@types/ua-parser-js": "0.7.39",
    "@dbbs/next-cache-handler-common": "*",
    "tsconfig": "*"
  },
  "directories": {
    "lib": "lib"
  },
  "dependencies": {
    "cookie": "0.6.0",
    "ua-parser-js": "1.0.37",
    "path-to-regexp": "6.2.2"
  },
  "peerDependencies": {
    "next": "^14.1.0 || ^15.0.0"
  }
}
