{
  "name": "waibu-rest-api",
  "version": "2.13.0",
  "description": "REST API for Waibu",
  "main": "index.js",
  "scripts": {
    "build-doc": "jsdoc -c .jsdoc.conf.json",
    "test": "mocha"
  },
  "type": "module",
  "bajo": {
    "type": "plugin",
    "alias": "wra",
    "dependencies": [
      "waibu",
      "waibu-db",
      "bajo-extra"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ardhi/waibu-rest-api.git"
  },
  "keywords": [
    "api",
    "restful",
    "restapi",
    "waibu",
    "web",
    "webserver",
    "bajo",
    "framework",
    "fastify",
    "modular"
  ],
  "author": "Ardhi Lukianto <ardhi@lukianto.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ardhi/waibu-rest-api/issues"
  },
  "homepage": "https://github.com/ardhi/waibu-rest-api#readme",
  "devDependencies": {
    "clean-jsdoc-theme": "^4.3.0",
    "jsdoc-plugin-intersection": "^1.0.4"
  }
}
