{
  "name": "limitd-redis",
  "version": "7.8.1",
  "description": "A database client for limits on top of redis",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "http://github.com/auth0/limitd-redis.git"
  },
  "scripts": {
    "test": "trap 'docker-compose down --remove-orphans -v' EXIT; docker-compose up -d && NODE_ENV=test nyc mocha --exit"
  },
  "author": "Auth0",
  "license": "MIT",
  "dependencies": {
    "async": "^2.6.1",
    "disyuntor": "^3.5.0",
    "ioredis": "^4.28.5",
    "lodash": "^4.17.15",
    "lru-cache": "^4.1.5",
    "ms": "^2.1.2",
    "retry": "^0.12.0"
  },
  "devDependencies": {
    "chai": "^4.1.2",
    "eslint": "^6.1.0",
    "mocha": "^5.2.0",
    "nyc": "^14.1.1",
    "toxiproxy-node-client": "^2.0.6"
  }
}
