mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-28 09:36:00 +00:00
sqlite plugin package.json
This commit is contained in:
@@ -2,6 +2,13 @@
|
|||||||
"name": "dbgate-plugin-sqlite",
|
"name": "dbgate-plugin-sqlite",
|
||||||
"main": "dist/backend.js",
|
"main": "dist/backend.js",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
|
"homepage": "https://dbgate.org",
|
||||||
|
"description": "SQLite connect plugin for DbGate",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/dbgate/dbgate"
|
||||||
|
},
|
||||||
|
"author": "Jan Prochazka",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"dbgate",
|
"dbgate",
|
||||||
@@ -9,7 +16,8 @@
|
|||||||
"sqlite"
|
"sqlite"
|
||||||
],
|
],
|
||||||
"files": [
|
"files": [
|
||||||
"dist"
|
"dist",
|
||||||
|
"icon.svg"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build:frontend": "webpack --config webpack-frontend.config",
|
"build:frontend": "webpack --config webpack-frontend.config",
|
||||||
|
|||||||
Reference in New Issue
Block a user