{
  "name": "@jasonsoft/nestjs-redis",
  "version": "1.0.2",
  "description": "Redis module for Nest framework (node.js)",
  "scripts": {
    "build": "rimraf -rf dist && tsc -p tsconfig.json",
    "format": "prettier **/**/*.ts --ignore-path ./.prettierignore --write",
    "lint": "eslint 'lib/**/*.ts' --fix",
    "prepublish:npm": "npm run build",
    "publish:npm": "npm publish --access public",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jasonsoft/nestjs-redis.git"
  },
  "keywords": [
    "@jasonsoft/nestjs-redis",
    "jasonsoft",
    "nestjs-redis",
    "nestjs",
    "redis",
    "ioredis"
  ],
  "author": "jason song",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jasonsoft/nestjs-redis/issues"
  },
  "homepage": "https://github.com/jasonsoft/nestjs-redis#readme",
  "devDependencies": {
    "@nestjs/common": "10.0.5",
    "@types/node": "20.4.1",
    "@typescript-eslint/eslint-plugin": "6.0.0",
    "@typescript-eslint/parser": "6.0.0",
    "eslint": "8.44.0",
    "eslint-config-prettier": "8.8.0",
    "eslint-plugin-prettier": "5.0.0",
    "ioredis": "5.3.2",
    "prettier": "3.0.0",
    "rimraf": "5.0.1",
    "typescript": "5.1.6"
  },
  "peerDependencies": {
    "@nestjs/common": "^8.0.0 || ^9.0.0 || ^10.0.0",
    "ioredis": "^4.0.0 || ^5.0.0"
  }
}
