UNPKG

multibridge

Version:

A multi-database connection framework with centralized configuration

53 lines (52 loc) 1.26 kB
{ "name": "multibridge", "version": "1.0.1", "description": "A multi-database connection framework with centralized configuration", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "README.md", "EXAMPLE.md", "LICENSE" ], "scripts": { "build": "tsc", "prepublishOnly": "npm run build", "lint": "eslint . --ext .ts", "test": "echo \"No tests specified\" && exit 0" }, "keywords": [ "database", "connection", "framework", "typescript", "multi-database" ], "repository": { "type": "git", "url": "git+https://github.com/night-slayer18/multibridge.git" }, "author": "Samanuai A", "license": "MIT", "dependencies": { "cassandra-driver": "^4.8.0", "dotenv": "^16.4.7", "mongodb": "^6.15.0", "mysql2": "^3.14.0", "pg": "^8.14.1", "winston": "^3.17.0" }, "devDependencies": { "@types/pg": "^8.11.11", "@typescript-eslint/eslint-plugin": "^8.0.0", "@typescript-eslint/parser": "^8.0.0", "eslint": "^9.23.0", "typescript": "^5.8.2" }, "type": "commonjs", "bugs": { "url": "https://github.com/night-slayer18/multibridge/issues" }, "homepage": "https://github.com/night-slayer18/multibridge#readme" }