UNPKG

dbgate-plugin-mongosfera

Version:

DO NOT USE!! MongoDB connect plugin for DbGate with modifications by sfera.sk

47 lines (46 loc) 1.49 kB
{ "name": "dbgate-plugin-mongosfera", "main": "dist/backend.js", "version": "5.0.3", "license": "GPL-3.0", "author": "Jan Prochazka + sfera.sk", "homepage": "https://github.com/sfera-sk/dbgate-plugin-mongosfera", "description": "DO NOT USE!! MongoDB connect plugin for DbGate with modifications by sfera.sk", "repository": { "type": "git", "url": "https://github.com/sfera-sk/dbgate-plugin-mongosfera" }, "keywords": [ "dbgate", "dbgateplugin" ], "files": [ "dist", "icon.svg" ], "scripts": { "build:frontend": "webpack --config webpack-frontend.config", "build:frontend:watch": "webpack --watch --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-mongosfera", "copydist": "yarn build && yarn pack && dbgate-copydist ../dist/dbgate-plugin-mongosfera", "plugout": "dbgate-plugout dbgate-plugin-mongosfera", "prepublishOnly": "yarn build" }, "devDependencies": { "bson": "^6.8.0", "dbgate-plugin-tools": "^1.0.7", "dbgate-query-splitter": "^4.10.5", "dbgate-tools": "^5.0.0-alpha.1", "is-promise": "^4.0.0", "lodash": "^4.17.21", "mongodb": "^6.3.0", "mongodb-client-encryption": "^6.0.0", "webpack": "^5.91.0", "webpack-cli": "^5.1.4" }, "dependencies": { "xml-formatter": "^3.6.3" } }