{
  "name": "smart-cache-nestjs",
  "version": "1.1.0",
  "description": "Minimal Redis caching for NestJS. Reduced to the smallest possible code.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "jest",
    "lint": "eslint \"src/**/*.ts\"",
    "prettier": "prettier --write \"src/**/*.ts\""
  },
  "keywords": [
    "nestjs",
    "cache",
    "redis",
    "caching",
    "nestjs-cache",
    "ioredis"
  ],
  "homepage": "https://github.com/nurulislamrimon/smart-cache-nestjs",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nurulislamrimon/smart-cache-nestjs.git"
  },
  "bugs": {
    "url": "https://github.com/nurulislamrimon/smart-cache-nestjs/issues"
  },
  "author": "Nurul Islam Rimon",
  "license": "MIT",
  "contributors": [
    {
      "name": "Nurul Islam Rimon",
      "url": "https://github.com/nurulislamrimon"
    }
  ],
  "dependencies": {
    "ioredis": "^5.3.2",
    "reflect-metadata": "^0.2.1"
  },
  "devDependencies": {
    "@nestjs/common": "^10.3.0",
    "@nestjs/core": "^10.3.0",
    "@nestjs/testing": "^10.3.0",
    "@types/node": "^20.10.0",
    "typescript": "^5.3.3"
  },
  "peerDependencies": {
    "@nestjs/common": "^10.0.0 || ^11.0.0",
    "@nestjs/core": "^10.0.0 || ^11.0.0"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
