mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 21:47:17 +00:00
* PgSQL ssh implementations and other improvements * Updated the package.json * Mongo db ssh implementation and improvements * Updated the helper text and database label * Updated the helper text for password * Fixing the autofetch for the mongo * Fixing autofetch for the pgsql * Updated the ssl toggle title * Updated the common toggle logic * Bump version to 3.20.114-lts across all components --------- Co-authored-by: gsmithun4 <gsmithun4@gmail.com>
26 lines
571 B
JSON
26 lines
571 B
JSON
{
|
|
"name": "@tooljet-plugins/mongodb",
|
|
"version": "1.0.0",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"directories": {
|
|
"lib": "lib",
|
|
"test": "__tests__"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"scripts": {
|
|
"test": "echo \"Error: run tests from root\" && exit 1",
|
|
"build": "tsc -b",
|
|
"clean": "rimraf ./dist && rimraf tsconfig.tsbuildinfo"
|
|
},
|
|
"dependencies": {
|
|
"@tooljet-plugins/common": "file:../common",
|
|
"json5": "^2.2.3",
|
|
"mongodb": "^4.13.0",
|
|
"react": "^17.0.2",
|
|
"rimraf": "^3.0.2",
|
|
"ssh2": "^1.17.0"
|
|
}
|
|
}
|