{
  "name": "dobo",
  "version": "2.22.1",
  "description": "DBMS for Bajo Framework",
  "main": "index.js",
  "scripts": {
    "build-doc": "jsdoc -c .jsdoc.conf.json",
    "test": "mocha"
  },
  "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.12.7",
    "joi": "^18.0.2",
    "mingo": "^6.5.1",
    "ulid": "^3.0.2",
    "uuid": "^13.0.0"
  },
  "devDependencies": {
    "clean-jsdoc-theme": "^4.3.0",
    "jsdoc-plugin-intersection": "^1.0.4"
  }
}
