UNPKG

@apigrate/mysqlutils

Version:

An easy-to-use Promise-based MySQL DAO implementation.

31 lines (30 loc) 716 B
{ "name": "@apigrate/mysqlutils", "version": "4.7.1", "description": "An easy-to-use Promise-based MySQL DAO implementation.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/gaumeister/mysqlutils.git" }, "keywords": [ "Mysql" ], "author": "Derek Gau", "license": "Apache-2.0", "bugs": { "url": "https://github.com/gaumeister/mysqlutils/issues" }, "homepage": "https://github.com/gaumeister/mysqlutils#readme", "dependencies": { "debug": "^4.1.1", "lodash": "^4.17.19", "moment": "^2.27.0" }, "peerDependencies": { "mysql": "^2.18.1" } }