UNPKG

dbgate-plugin-highlight

Version:

A theme for DbGate with connection and seletion highlight. ![icon](https://raw.githubusercontent.com/JiaZombie/dbgate-plugin-highlight/main/icon.svg)

29 lines (27 loc) 897 B
{ "name": "dbgate-plugin-highlight", "version": "1.0.2", "license": "MIT", "description": "A theme for DbGate with connection and seletion highlight. ![icon](https://raw.githubusercontent.com/JiaZombie/dbgate-plugin-highlight/main/icon.svg)", "author": "jzb2024", "keywords": [ "dbgate", "dbgatetheme", "dbgateplugin" ], "files": [ "dist" ], "scripts": { "build": "webpack --config webpack.config", "plugin": "npm run build && npm pack && dbgate-plugin dbgate-plugin-highlight", "plugout": "dbgate-plugout dbgate-plugin-highlight", "copydist": "yarn build && yarn pack && dbgate-copydist ../dist/dbgate-plugin-highlight", "prepublishOnly": "npm run build" }, "devDependencies": { "dbgate-plugin-tools": "^1.0.8", "webpack": "^4.42.0", "webpack-cli": "^3.3.11" } }