{
  "name": "dbgate-plugin-redis",
  "main": "dist/backend.js",
  "version": "7.2.3",
  "license": "GPL-3.0",
  "description": "Redis connector plugin for DbGate",
  "homepage": "https://www.dbgate.io",
  "repository": {
    "type": "git",
    "url": "https://github.com/dbgate/dbgate"
  },
  "author": "Jan Prochazka",
  "keywords": [
    "dbgate",
    "redis",
    "dbgatebuiltin"
  ],
  "files": [
    "dist"
  ],
  "scripts": {
    "build:frontend": "webpack --config webpack-frontend.config",
    "build:frontend:watch": "webpack --watch --config webpack-frontend.config",
    "build:backend": "webpack --config webpack-backend.config.js",
    "build": "yarn build:frontend && yarn build:backend",
    "plugin": "yarn build && yarn pack && dbgate-plugin dbgate-plugin-redis",
    "plugout": "dbgate-plugout dbgate-plugin-redis",
    "copydist": "yarn build && yarn pack && dbgate-copydist ../dist/dbgate-plugin-redis",
    "prepublishOnly": "yarn build"
  },
  "devDependencies": {
    "dbgate-plugin-tools": "^1.0.7",
    "webpack": "^5.91.0",
    "webpack-cli": "^5.1.4"
  },
  "dependencies": {
    "dbgate-query-splitter": "^4.12.0",
    "dbgate-tools": "7.2.3",
    "lodash": "^4.17.21",
    "async": "^3.2.3",
    "ioredis": "^5.4.1",
    "node-redis-dump2": "^0.5.0"
  }
}