{
  "name": "nestjs-simple-redis-lock",
  "version": "1.0.1",
  "description": "Distributed lock with single redis instance, simple and easy to use for Nestjs",
  "main": "index.js",
  "scripts": {
    "build": "rm -rf dist && tsc -p tsconfig.json",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "nestjs",
    "redis",
    "redis lock",
    "distributed lock"
  ],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/hanFengSan/nestjs-simple-redis-lock.git"
  },
  "author": "Alex Chen",
  "license": "MIT",
  "homepage": "https://github.com/hanFengSan/nestjs-simple-redis-lock#readme",
  "dependencies": {
    "@nestjs/common": "^9.0.0",
    "@nestjs/core": "^9.0.0",
    "@types/debug": "^4.1.5",
    "debug": "^4.1.1",
    "reflect-metadata": "^0.1.13",
    "rxjs": "^7.1.0",
    "ioredis": "^5.3.2",
    "@liaoliaots/nestjs-redis": "^9.0.5"
  },
  "devDependencies": {
    "@types/node": "^18.11.9",
    "typescript": "^4.6.3"
  }
}
