mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-17 23:45:59 +00:00
added plugins
This commit is contained in:
36
plugins/dbgate-plugin-mongo/package.json
Normal file
36
plugins/dbgate-plugin-mongo/package.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"name": "dbgate-plugin-mongo",
|
||||
"main": "dist/backend.js",
|
||||
"version": "1.0.1",
|
||||
"license": "MIT",
|
||||
"author": "Jan Prochazka",
|
||||
"homepage": "https://github.com/dbgate/dbgate-plugin-mongo",
|
||||
"description": "MongoDB connect plugin for DbGate",
|
||||
"funding": "https://www.paypal.com/paypalme/JanProchazkaCz/30eur",
|
||||
"keywords": [
|
||||
"dbgate",
|
||||
"dbgateplugin",
|
||||
"mongo",
|
||||
"mongodb"
|
||||
],
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build:frontend": "webpack --config webpack-frontend.config",
|
||||
"build:backend": "webpack --config webpack-backend.config.js",
|
||||
"build": "yarn build:frontend && yarn build:backend",
|
||||
"plugin": "yarn build && yarn pack && dbgate-plugin dbgate-plugin-mongo",
|
||||
"plugout": "dbgate-plugout dbgate-plugin-mongo",
|
||||
"prepublishOnly": "yarn build"
|
||||
},
|
||||
"devDependencies": {
|
||||
"byline": "^5.0.0",
|
||||
"dbgate-plugin-tools": "^1.0.4",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user