{
  "name": "@o1s/redis-testbench",
  "version": "1.0.2",
  "description": "Redis (single instance and cluster) test bench",
  "main": "index.js",
  "types": "index.d.ts",
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "dependencies": {
    "ioredis": "^4.28.0"
  },
  "devDependencies": {
    "@types/ioredis": "^4.28.1",
    "@types/node": "^16.11.9",
    "typescript": "^4.5.2"
  },
  "scripts": {
    "build": "tsc",
    "prepack": "tsc"
  },
  "keywords": [
    "redis",
    "redis-cluster",
    "testbench"
  ],
  "author": "Gonzalo Arana <gonzalo.arana@gmail.com>",
  "license": "BSD-3-Clause",
  "homepage": "https://github.com/garana/redis-testbench#readme",
  "bugs": "https://github.com/garana/redis-testbench/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/garana/redis-testbench"
  }
}
