UNPKG

waibu-db

Version:
45 lines (44 loc) 917 B
{ "name": "waibu-db", "version": "2.28.1", "description": "DB Helper", "main": "index.js", "scripts": { "build-doc": "jsdoc -c .jsdoc.conf.json", "test": "mocha" }, "type": "module", "bajo": { "type": "plugin", "alias": "wdb", "dependencies": [ "dobo", "waibu", "dobo-extra" ] }, "repository": { "type": "git", "url": "git+https://github.com/ardhi/waibu-db.git" }, "keywords": [ "db", "waibu", "web", "webserver", "bajo", "framework", "fastify", "modular" ], "author": "Ardhi Lukianto <ardhi@lukianto.com>", "license": "MIT", "bugs": { "url": "https://github.com/ardhi/waibu-db/issues" }, "homepage": "https://github.com/ardhi/waibu-db#readme", "devDependencies": { "clean-jsdoc-theme": "^4.3.0", "jsdoc-plugin-intersection": "^1.0.4" } }