UNPKG

@adinet/indigodb

Version:

ORM for PostgreSQL and MongoDB with real-time support

57 lines (56 loc) 1.22 kB
{ "name": "@adinet/indigodb", "version": "1.0.2", "description": "ORM for PostgreSQL and MongoDB with real-time support", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "test": "jest", "prepublishOnly": "npm run build" }, "keywords": [ "ORM", "PostgreSQL", "MongoDB", "Real-time", "WebSockets", "TypeScript" ], "author": { "name": "Sergio Galaz", "email": "sergiogalaz60@gmail.com" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/Adinet-CL/indigodb" }, "bugs": { "url": "https://github.com/Adinet-CL/indigodb/issues" }, "homepage": "https://github.com/Adinet-CL/indigodb#readme", "files": [ "dist", "README.md", "LICENSE" ], "dependencies": { "dotenv": "^16.4.5", "events": "^3.3.0", "mongodb": "^6.11.0", "mongoose": "^6.0.12", "pg": "^8.7.1" }, "devDependencies": { "@types/jest": "^29.0.0", "@types/mongodb": "^4.0.7", "@types/node": "^16.11.7", "@types/pg": "^8.11.10", "@types/ws": "^8.5.13", "jest": "^29.0.0", "ts-jest": "^29.0.0", "typescript": "^4.4.4", "ws": "^8.18.0" } }