dobo-mongodb
Version:
MongoDB driver for Dobo
36 lines (35 loc) • 726 B
JSON
{
"name": "dobo-mongodb",
"version": "1.2.0",
"description": "MongoDB driver for Dobo",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"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"
}
}