dobo
Version:
DBMS for Bajo Framework
48 lines (47 loc) • 1.03 kB
JSON
{
"name": "dobo",
"version": "2.38.0",
"description": "DBMS for Bajo Framework",
"main": "index.js",
"scripts": {
"build-doc": "jsdoc -c .jsdoc.conf.json",
"test": "mocha --recursive"
},
"type": "module",
"bajo": {
"type": "plugin",
"alias": "db",
"bootorder": 50
},
"repository": {
"type": "git",
"url": "git+https://github.com/ardhi/dobo.git"
},
"keywords": [
"database",
"dobo",
"db",
"orm",
"bajo",
"framework"
],
"author": "Ardhi Lukianto <ardhi@lukianto.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ardhi/dobo/issues"
},
"homepage": "https://github.com/ardhi/dobo#readme",
"dependencies": {
"@tryghost/nql": "^0.13.2",
"joi": "^18.0.2",
"mingo": "^6.5.1",
"ulid": "^3.0.2",
"uuid": "^13.0.0"
},
"devDependencies": {
"chai": "^6.2.2",
"clean-jsdoc-theme": "^4.3.0",
"jsdoc-plugin-intersection": "^1.0.4",
"mocha": "^11.7.6"
}
}