dobo-mongodb
Version:
MongoDB driver for Dobo
41 lines (40 loc) • 879 B
JSON
{
"name": "dobo-mongodb",
"version": "2.0.1",
"description": "MongoDB driver for Dobo",
"main": "index.js",
"scripts": {
"build-doc": "jsdoc -c .jsdoc.conf.json",
"test": "mocha"
},
"type": "module",
"bajo": {
"type": "plugin"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ardhi/dobo-mongodb.git"
},
"keywords": [
"mongodb",
"dobo",
"db",
"driver",
"bajo",
"framework",
"modular"
],
"author": "Ardhi Lukianto <ardhi@lukianto.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ardhi/dobo-mongodb/issues"
},
"homepage": "https://github.com/ardhi/dobo-mongodb#readme",
"dependencies": {
"mongodb": "^6.8.0"
},
"devDependencies": {
"clean-jsdoc-theme": "^4.3.0",
"jsdoc-plugin-intersection": "^1.0.4"
}
}