{ "name": "dbgate-plugin-redis", "main": "dist/backend.js", "version": "1.0.0", "license": "GPL-3.0", "description": "Redis connector plugin for DbGate", "homepage": "https://dbgate.org", "repository": { "type": "git", "url": "https://github.com/dbgate/dbgate" }, "author": "Jan Prochazka", "keywords": [ "dbgate", "dbgateplugin", "redis" ], "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", "dbgate-query-splitter": "^4.10.3", "dbgate-tools": "^5.0.0-alpha.1", "lodash": "^4.17.21", "webpack": "^5.91.0", "webpack-cli": "^5.1.4", "async": "^3.2.3", "ioredis": "^5.4.1", "node-redis-dump2": "^0.5.0" } }