UNPKG

dobo-knex

Version:
37 lines (36 loc) 720 B
{ "name": "dobo-knex", "version": "1.2.1", "description": "Knex/SQL driver for Dobo", "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-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", "dependencies": { "knex": "^3.1.0" } }