{
  "name": "dobo-knex",
  "version": "2.6.0",
  "description": "Knex for Dobo",
  "main": "index.js",
  "scripts": {
    "build-doc": "jsdoc -c .jsdoc.conf.json",
    "test": "mocha"
  },
  "type": "module",
  "bajo": {
    "type": "plugin",
    "alias": "dbknex",
    "dependencies": ["dobo"],
    "bootorder": 60
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ardhi/dobo-knex.git"
  },
  "keywords": [
    "knex",
    "sql",
    "dobo",
    "db",
    "driver",
    "bajo",
    "framework",
    "modular"
  ],
  "author": "Ardhi Lukianto <ardhi@lukianto.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ardhi/dobo-knex/issues"
  },
  "homepage": "https://github.com/ardhi/dobo-knex#readme",
  "devDependencies": {
    "clean-jsdoc-theme": "^4.3.0",
    "jsdoc-plugin-intersection": "^1.0.4"
  },
  "dependencies": {
    "knex": "^3.1.0"
  }
}
