{
  "name": "smartdb-rediscacheprovider",
  "version": "10.0.0",
  "description": "Cache provider for the smartdb library that uses Redis",
  "keywords": [
    "smartdb",
    "redis",
    "cache",
    "couchdb"
  ],
  "author": "Calle Arnesten <calle.arnesten@codekick.com>",
  "type": "module",
  "main": "./lib/provider.js",
  "dependencies": {
    "@redis/client": "^1.5.11",
    "smartdb-stdcacheproviders": "^9.0.0"
  },
  "devDependencies": {
    "bocha": "^4.2.1"
  },
  "scripts": {
    "test": "node test/runAll.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/arnesten/smartdb-rediscacheprovider"
  },
  "bugs": {
    "url": "https://github.com/arnesten/smartdb-rediscacheprovider/issues"
  },
  "license": "MIT"
}
