promise-mysql-native
Version:
A Promise wrapper for node-mysql
46 lines (45 loc) • 881 B
JSON
{
"name": "promise-mysql-native",
"version": "3.3.2",
"description": "A Promise wrapper for node-mysql",
"main": "index.js",
"scripts": {
"test": "mocha --exit"
},
"repository": {
"type": "git",
"url": "https://github.com/kugland/node-promise-mysql-native.git"
},
"keywords": [
"promise",
"performance",
"promises",
"promises-a",
"promises-aplus",
"async",
"await",
"deferred",
"deferreds",
"future",
"flow control",
"dsl",
"fluent interface",
"database",
"mysql",
"mysql-promise",
"q"
],
"author": "André Kugland",
"license": "MIT",
"bugs": {
"url": "https://github.com/kugland/node-promise-mysql-native/issues"
},
"dependencies": {
"@types/mysql": "^2.15.2",
"mysql": "^2.17.1"
},
"devDependencies": {
"chai": "^4.0.1",
"mocha": "^6.1.4"
}
}