UNPKG

loopback-connector-mongodb

Version:

The official MongoDB connector for the LoopBack framework.

61 lines (60 loc) 1.5 kB
{ "name": "loopback-connector-mongodb", "version": "7.0.0-alpha.4", "description": "The official MongoDB connector for the LoopBack framework.", "engines": { "node": "18 || 20" }, "author": "IBM Corp.", "main": "index.js", "scripts": { "benchmarks": "make benchmarks", "leak-detection": "make leak-detection", "test": "nyc --reporter=lcov mocha --exit --timeout=5000 test/*.test.js node_modules/juggler-v4/test.js", "lint": "eslint .", "posttest": "npm run lint" }, "files": [ "intl", "lib", "docs.json", "index.js", "setup.sh" ], "repository": { "type": "git", "url": "git://github.com/loopbackio/loopback-connector-mongodb.git" }, "keywords": [ "connector", "datasource", "loopback", "mongodb" ], "license": "MIT", "dependencies": { "async": "^3.2.6", "bson": "^1.1.6", "debug": "^4.4.1", "loopback-connector": "^5.3.3", "mongodb": "^5.9.2", "strong-globalize": "^6.0.6" }, "devDependencies": { "@commitlint/config-conventional": "^19.8.1", "benchmark": "^2.1.4", "bluebird": "^3.7.2", "commitlint": "^19.8.1", "eslint": "^8.57.1", "eslint-config-loopback": "^13.1.0", "eslint-plugin-mocha": "^9.0.0", "juggler-v4": "file:./deps/juggler-v4", "loopback-datasource-juggler": "^4.27.1", "mocha": "^11.6.0", "nyc": "^17.1.0", "rc": "^1.2.8", "semver": "^7.7.2", "should": "^13.2.3", "sinon": "^20.0.0" } }