renamed package dbgate to dbgate-serve

This commit is contained in:
Jan Prochazka
2022-03-24 09:55:39 +01:00
parent 45277e34c9
commit e2308f501b
6 changed files with 68 additions and 44 deletions

View File

@@ -9,24 +9,9 @@
"description": "Opensource database administration tool - web interface",
"author": "Jan Prochazka",
"license": "MIT",
"bin": {
"dbgate-serve": "./bin/dbgate-serve.js"
},
"keywords": [
"sql",
"dbgate",
"web"
],
"dependencies": {
"dbgate-api": "^4.1.1",
"dbgate-plugin-csv": "^4.1.1",
"dbgate-plugin-excel": "^4.1.1",
"dbgate-plugin-mongo": "^4.1.1",
"dbgate-plugin-mssql": "^4.1.1",
"dbgate-plugin-mysql": "^4.1.1",
"dbgate-plugin-postgres": "^4.1.1",
"dbgate-plugin-xml": "^4.1.1",
"dbgate-web": "^4.1.1",
"dotenv": "^16.0.0"
}
]
}