{
  "name": "@adonisjs/redis",
  "version": "2.1.0",
  "description": "AdonisJs official redis provider to make working with redis fun and simple.",
  "dependencies": {
    "@adonisjs/generic-exceptions": "^2.0.1",
    "debug": "^4.3.1",
    "ioredis": "^3.2.2",
    "lodash": "^4.17.21"
  },
  "devDependencies": {
    "@adonisjs/fold": "^4.1.0",
    "@adonisjs/sink": "^1.1.0",
    "cz-conventional-changelog": "^3.3.0",
    "japa": "^3.1.1",
    "semver": "^7.3.5",
    "standard": "^16.0.3"
  },
  "scripts": {
    "lint": "standard",
    "pretest": "npm run lint",
    "test": "node japaFile.js",
    "test:win": "node japaFile.js"
  },
  "standard": {
    "globals": [
      "use",
      "make"
    ]
  },
  "author": "virk",
  "license": "MIT",
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/adonisjs/adonis-redis.git"
  },
  "keywords": [
    "redis",
    "adonisjs",
    "adonis",
    "adonis-redis",
    "ioredis"
  ],
  "bugs": {
    "url": "https://github.com/adonisjs/adonis-redis/issues"
  },
  "homepage": "https://github.com/adonisjs/adonis-redis#readme"
}
