UNPKG

mongo-getdb

Version:

A very opinionated way to connect with the mongodb driver.

32 lines (31 loc) 743 B
{ "name": "mongo-getdb", "version": "6.0.0", "description": "A very opinionated way to connect with the mongodb driver.", "main": "index.js", "scripts": { "test:ci": "./docker/test.sh", "test": "mocha -R spec --exit --timeout 60000" }, "repository": { "type": "git", "url": "git://github.com/jfromaniello/mongo-getdb.git" }, "keywords": [ "mongodb", "easy" ], "author": "José F. Romaniello <jfromaniello@gmail.com> (http://joseoncode.com)", "license": "MIT", "devDependencies": { "chai": "^4.3.6", "mocha": "^10.0.0", "mongodb-memory-server": "^10.1.2" }, "peerDependencies": { "mongodb": "^4.5.0 || ^5.9.2 || ^6.10.0" }, "dependencies": { "async": "^3.2.3" } }