mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 04:26:01 +00:00
plugins package fixes
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "dbgate-plugin-mssql",
|
||||
"main": "dist/backend.js",
|
||||
"main": "src/backend/index.js",
|
||||
"version": "1.2.2",
|
||||
"homepage": "https://dbgate.org",
|
||||
"description": "MS SQL connect plugin for DbGate",
|
||||
@@ -9,7 +9,7 @@
|
||||
"url": "https://github.com/dbgate/dbgate"
|
||||
},
|
||||
"author": "Jan Prochazka",
|
||||
"license": "GPL",
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
"sql",
|
||||
"mssql",
|
||||
@@ -31,11 +31,13 @@
|
||||
"plugout": "dbgate-plugout dbgate-plugin-mssql"
|
||||
},
|
||||
"devDependencies": {
|
||||
"async-lock": "^1.2.6",
|
||||
"dbgate-plugin-tools": "^1.0.7",
|
||||
"dbgate-tools": "^4.0.3-rc.1",
|
||||
"tedious": "^9.2.3",
|
||||
"webpack": "^4.42.0",
|
||||
"webpack-cli": "^3.3.11"
|
||||
},
|
||||
"dependencies": {
|
||||
"dbgate-tools": "^4.0.3-rc.1",
|
||||
"tedious": "^9.2.3",
|
||||
"async-lock": "^1.2.6"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user