{
  "name": "redis-conn-wrapper",
  "version": "1.2.2",
  "description": "A wrapper for node 'redis' library.",
  "main": "./dist/index.js",
  "keywords": [
    "redis",
    "wrapper"
  ],
  "scripts": {
    "build": "tsc",
    "test": "mocha -r ./node_modules/ts-node/register test/*.spec.ts",
    "prepublishOnly": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/marsoln/redis-wrapper.git"
  },
  "author": "marsoln",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/marsoln/redis-wrapper/issues"
  },
  "homepage": "https://github.com/marsoln/redis-wrapper#readme",
  "dependencies": {
    "@types/redis": "^2.8.14",
    "redis": "^2.7.1"
  },
  "devDependencies": {
    "@types/mocha": "^8.0.1",
    "@types/node": "^12.11.1",
    "mocha": "^8.1.1",
    "ts-node": "^8.10.2",
    "typescript": "^3.6.4"
  }
}
