dbgate-plugin-vscode-theme
Version:
VS Code inspired theme for DbGate 
26 lines • 769 B
JSON
{
"name": "dbgate-plugin-vscode-theme",
"version": "1.1.0",
"license": "MIT",
"description": "VS Code inspired theme for DbGate ",
"author": "Bare7a",
"keywords": [
"dbgate",
"dbgateplugin"
],
"files": [
"dist"
],
"scripts": {
"build": "webpack --config webpack.config",
"plugin": "yarn build && yarn pack && dbgate-plugin dbgate-plugin-vscode-theme",
"plugout": "dbgate-plugout dbgate-plugin-vscode-theme",
"copydist": "yarn build && yarn pack && dbgate-copydist ../dist/dbgate-plugin-vscode-theme",
"prepublishOnly": "yarn build"
},
"devDependencies": {
"dbgate-plugin-tools": "^1.0.8",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4"
}
}