{
  "name": "redis-fast-driver",
  "version": "2.2.6",
  "description": "Fast truly async driver for redis (based on hiredis async version)",
  "main": "index.js",
  "engines": {
    "node": ">=4"
  },
  "scripts": {
    "test": "mocha --require intelli-espower-loader test/*.js",
    "install": "node-gyp rebuild",
    "bench": "matcha benchmarks/*.js",
    "lint": "eslint ."
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/h0x91b/redis-fast-driver.git"
  },
  "author": "Arseniy Pavlenko (https://github.com/h0x91b)",
  "contributors": [
    "Samuel Reed (https://github.com/strml)",
    "Adrian Gierakowski (https://github.com/adrian-gierakowski)",
    "HcgRandon (https://github.com/HcgRandon)"
  ],
  "keywords": [
    "redis",
    "async",
    "pipelining"
  ],
  "license": "MIT",
  "gypfile": true,
  "bugs": {
    "url": "https://github.com/h0x91b/redis-fast-driver/issues"
  },
  "homepage": "https://github.com/h0x91b/redis-fast-driver",
  "dependencies": {
    "nan": "^2.17.0"
  },
  "devDependencies": {
    "@types/node": "^16.9.6",
    "bluebird": "^3.5.1",
    "eslint": "^8.27.0",
    "intelli-espower-loader": "^1.0.1",
    "mocha": "^9.1.1",
    "power-assert": "^1.4.4"
  },
  "typings": "./index.d.ts"
}
