mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 03:16:01 +00:00
plugins package fixes
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "dbgate-plugin-mongo",
|
||||
"main": "dist/backend.js",
|
||||
"main": "src/backend/index.js",
|
||||
"version": "1.0.1",
|
||||
"license": "MIT",
|
||||
"author": "Jan Prochazka",
|
||||
@@ -18,7 +18,7 @@
|
||||
],
|
||||
"files": [
|
||||
"dist",
|
||||
"icon.svg"
|
||||
"icon.svg"
|
||||
],
|
||||
"scripts": {
|
||||
"build:frontend": "webpack --config webpack-frontend.config",
|
||||
@@ -31,15 +31,14 @@
|
||||
"prepublishOnly": "yarn build"
|
||||
},
|
||||
"devDependencies": {
|
||||
"byline": "^5.0.0",
|
||||
"dbgate-plugin-tools": "^1.0.7",
|
||||
"dbgate-tools": "^4.1.0-rc.1",
|
||||
"is-promise": "^4.0.0",
|
||||
"mongodb": "^3.6.5",
|
||||
"webpack": "^4.42.0",
|
||||
"webpack-cli": "^3.3.11"
|
||||
},
|
||||
"dependencies": {
|
||||
"dbgate-tools": "^4.1.0-rc.1",
|
||||
"is-promise": "^4.0.0",
|
||||
"mongodb": "^3.6.5",
|
||||
"mongodb-client-encryption": "^1.2.3"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user