{
  "name": "@hapi/catbox-redis",
  "description": "Redis adapter for catbox",
  "version": "7.0.2",
  "repository": "git://github.com/hapijs/catbox-redis",
  "engines": {
    "node": ">=14.0.0"
  },
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib"
  ],
  "keywords": [
    "cache",
    "catbox",
    "redis"
  ],
  "eslintConfig": {
    "extends": [
      "plugin:@hapi/module"
    ]
  },
  "dependencies": {
    "@hapi/bourne": "^3.0.0",
    "@hapi/hoek": "^11.0.2",
    "ioredis": "^5.0.0",
    "joi": "^17.7.1"
  },
  "devDependencies": {
    "@hapi/catbox": "^12.1.1",
    "@hapi/code": "^9.0.3",
    "@hapi/eslint-plugin": "*",
    "@hapi/lab": "^25.1.2",
    "@types/node": "^16.18.39",
    "redis-parser": "^3.0.0",
    "typescript": "^5.1.6"
  },
  "scripts": {
    "test": "lab -t 100 -a @hapi/code -L -m 15000 -Y",
    "test-cov-html": "lab -r html -o coverage.html -a @hapi/code -L"
  },
  "license": "BSD-3-Clause"
}
