UNPKG

dobo

Version:

Database ORM/ODM for Bajo Framework

37 lines (36 loc) 742 B
{ "name": "dobo", "version": "1.2.3", "description": "Database ORM/ODM for Bajo Framework", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "type": "module", "bajo": { "type": "plugin" }, "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": "^17.13.3", "mingo": "^6.5.1" } }