{
  "name": "redis",
  "version": "3.0.2",
  "description": "A high performance Redis client.",
  "keywords": [
    "database",
    "redis",
    "transaction",
    "pipelining",
    "performance",
    "queue",
    "nodejs",
    "pubsub",
    "backpressure"
  ],
  "author": "Matt Ranney <mjr@ranney.com>",
  "contributors": [
    {
      "name": "Mike Diarmid (Salakar)",
      "url": "https://github.com/salakar"
    },
    {
      "name": "Ruben Bridgewater (BridgeAR)",
      "url": "https://github.com/BridgeAR"
    }
  ],
  "license": "MIT",
  "main": "./index.js",
  "scripts": {
    "coveralls": "nyc report --reporter=text-lcov | coveralls",
    "coverage": "nyc report --reporter=html",
    "benchmark": "node benchmarks/multi_bench.js",
    "test": "nyc --cache mocha ./test/*.js ./test/commands/*.js --timeout=8000",
    "lint": "eslint . --fix && npm run coverage",
    "compare": "node benchmarks/diff_multi_bench_output.js beforeBench.txt afterBench.txt"
  },
  "dependencies": {
    "denque": "^1.4.1",
    "redis-commands": "^1.5.0",
    "redis-errors": "^1.2.0",
    "redis-parser": "^3.0.0"
  },
  "engines": {
    "node": ">=6"
  },
  "devDependencies": {
    "prettier": "^1.19.1",
    "bluebird": "^3.7.2",
    "coveralls": "^2.11.2",
    "eslint": "^6.8.0",
    "intercept-stdout": "~0.1.2",
    "metrics": "^0.1.21",
    "mocha": "^4.1.0",
    "nyc": "^14.1.1",
    "tcp-port-used": "^1.0.1",
    "uuid": "^3.4.0",
    "cross-spawn": "^6.0.5"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/NodeRedis/node-redis.git"
  },
  "bugs": {
    "url": "https://github.com/NodeRedis/node-redis/issues"
  },
  "homepage": "https://github.com/NodeRedis/node-redis",
  "directories": {
    "example": "examples",
    "test": "test"
  },
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/node-redis"
  }
}
