{
  "name": "@wiredcraft/nestjs-redis",
  "version": "1.4.0",
  "description": "a NestJS ioRedis module",
  "author": "skunight",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/skunight/nestjs-redis.git"
  },
  "scripts": {
    "build": "rimraf dist && tsc -p tsconfig.json",
    "precommit": "lint-staged",
    "prepublish": "yarn run build",
    "publish-public": "yarn publish --access public",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:cov": "jest --coverage",
    "test:e2e": "jest --config ./test/jest-e2e.json",
    "lint": "eslint -c .eslintrc.js"
  },
  "dependencies": {
    "@nestjs/common": "^8.4.4",
    "@nestjs/core": "^8.4.4",
    "@types/uuid": "8.3.4",
    "ioredis": "5",
    "reflect-metadata": "*",
    "rxjs": "^7.5.5",
    "uuid": "^8"
  },
  "devDependencies": {
    "@nestjs/testing": "^8.4.4",
    "@types/node": "17.0.24",
    "@typescript-eslint/eslint-plugin": "^5.19.0",
    "@typescript-eslint/parser": "^5.19.0",
    "cz-conventional-changelog": "^3",
    "eslint": "8.13.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-jest": "^26.1.4",
    "eslint-plugin-prettier": "^4.0.0",
    "jest": "^27.5.1",
    "prettier": "^2.6.2",
    "rimraf": "*",
    "ts-jest": "^27.1.4",
    "typescript": "^4.6.3"
  },
  "keywords": [
    "nestjs",
    "nest",
    "redis",
    "nestjs-redis"
  ],
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.com"
  },
  "bugs": {
    "url": "https://github.com/skunight/nestjs-redis/issues"
  },
  "homepage": "https://github.com/skunight/nestjs-redis#readme",
  "main": "index.js",
  "directories": {
    "lib": "lib"
  }
}
