{
  "name": "@ooneex/cache",
  "description": "High-performance caching layer with filesystem and Redis backends — features TTL expiration, auto-serialization, configurable size limits, and dependency injection integration",
  "version": "1.5.1",
  "type": "module",
  "files": [
    "dist",
    "LICENSE",
    "README.md",
    "package.json"
  ],
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      }
    },
    "./package.json": "./package.json"
  },
  "license": "MIT",
  "scripts": {
    "test": "bun test tests",
    "build": "bunup",
    "lint": "tsgo --noEmit && bunx biome lint",
    "npm:publish": "bun publish --tolerate-republish --force --production --access public"
  },
  "dependencies": {
    "@ooneex/app-env": "^1.9.1",
    "@ooneex/container": "^1.5.1",
    "@ooneex/exception": "^1.2.10",
    "@ooneex/http-status": "^1.1.11"
  },
  "devDependencies": {},
  "keywords": [
    "bun",
    "cache",
    "caching",
    "memory",
    "ooneex",
    "redis",
    "storage",
    "typescript"
  ]
}
