{
  "name": "fastify-redis-mock",
  "version": "1.1.0",
  "description": "Plugin to share a common Redis mock connection across Fastify.",
  "main": "index.js",
  "scripts": {
    "test": "standard && tap test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Rubendewit/fastify-redis-mock.git"
  },
  "keywords": [
    "mock",
    "fastify",
    "redis",
    "database",
    "speed",
    "cache",
    "ioredis-mock"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Rubendewit/fastify-redis-mock/issues"
  },
  "homepage": "https://github.com/Rubendewit/fastify-redis-mock#readme",
  "devDependencies": {
    "fastify": "^3.18.1",
    "standard": "^16.0.3",
    "tap": "^15.0.9"
  },
  "dependencies": {
    "fastify-plugin": "^3.0.0",
    "ioredis": "^4.27.6",
    "ioredis-mock": "^5.6.0"
  }
}
