UNPKG

mongoe

Version:

MongoDB driver with relational functionalities

37 lines (36 loc) 770 B
{ "name": "mongoe", "version": "0.0.4", "description": "MongoDB driver with relational functionalities ", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "test": "node lib/test.js", "build": "tsc", "prepare": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/ostrebler/mongoe.git" }, "keywords": [ "Mongo", "MongoDB", "ORM", "ODM", "Relation" ], "author": "ostrebler", "license": "MIT", "bugs": { "url": "https://github.com/ostrebler/mongoe/issues" }, "homepage": "https://github.com/ostrebler/mongoe#readme", "devDependencies": { "@types/mongodb": "^3.6.2", "typescript": "^4.1.2" }, "dependencies": { "mongodb": "^3.6.3" } }