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.9", "description": "The official MongoDB connector for the LoopBack framework.", "engines": { "node": "20 || 22 || 24" }, "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": "^7.0.0", "debug": "^4.4.3", "loopback-connector": "^7.0.0", "mongodb": "^5.9.2", "strong-globalize": "^6.0.6" }, "devDependencies": { "@commitlint/config-conventional": "^20.0.0", "benchmark": "^2.1.4", "bluebird": "^3.7.2", "commitlint": "^20.1.0", "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.7.5", "nyc": "^17.1.0", "rc": "^1.2.8", "semver": "^7.7.3", "should": "^13.2.3", "sinon": "^21.0.0" } }