{ "name": "dbgate-plugin-clickhouse", "main": "dist/backend.js", "version": "5.0.0-alpha.1", "license": "GPL-3.0", "author": "Jan Prochazka", "description": "Clickhouse connector for DbGate", "keywords": [ "dbgate", "dbgateplugin", "clickhouse" ], "files": [ "dist", "icon.svg" ], "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-clickhouse", "plugout": "dbgate-plugout dbgate-plugin-clickhouse", "copydist": "yarn build && yarn pack && dbgate-copydist ../dist/dbgate-plugin-clickhouse", "prepublishOnly": "yarn build" }, "devDependencies": { "byline": "^5.0.0", "dbgate-plugin-tools": "^1.0.8", "dbgate-tools": "^5.0.0-alpha.1", "json-stable-stringify": "^1.0.1", "webpack": "^5.91.0", "webpack-cli": "^5.1.4" }, "dependencies": { "@clickhouse/client": "^1.5.0" } }