@salmanorg/db-agent
Version:
Database agent for connecting to multiple databases via SSH tunneling
40 lines (39 loc) • 833 B
JSON
{
"name": "@salmanorg/db-agent",
"version": "1.1.14",
"description": "Database agent for connecting to multiple databases via SSH tunneling",
"main": "index.js",
"bin": {
"db-agent": "./index.js"
},
"scripts": {
"start": "node index.js"
},
"dependencies": {
"axios": "1.7.7",
"dotenv": "^16.5.0",
"mongodb": "6.9.0",
"mssql": "11.0.1",
"mysql2": "3.11.3",
"oracledb": "6.7.0",
"pg": "8.13.0",
"socket.io-client": "4.7.5",
"tunnel-ssh": "5.0.0"
},
"author": "salmanorg",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/velion/db-agent.git"
},
"keywords": [
"database",
"agent",
"ssh",
"socket.io",
"websocket"
],
"publishConfig": {
"access": "public"
}
}