UNPKG

k8w-promise-mysql

Version:

Simple native Promise wrapper for mysqljs/mysql

39 lines (38 loc) 994 B
{ "name": "k8w-promise-mysql", "version": "1.4.1", "description": "Simple native Promise wrapper for mysqljs/mysql", "main": "index.js", "scripts": { "test": "mocha test/**/*.test.ts", "build": "rm -rf dist && tsc -d && cp package.json LICENSE README.md dist/ && find src -name *.d.ts | xargs cp --target-directory dist/src/" }, "repository": { "type": "git", "url": "git+https://github.com/k8w/k8w-promise-mysql.git" }, "keywords": [ "k8w", "mysql", "promise", "tsrpc", "fullts" ], "author": "k8w", "license": "Apache-2.0", "bugs": { "url": "https://github.com/k8w/k8w-promise-mysql/issues" }, "homepage": "https://github.com/k8w/k8w-promise-mysql#readme", "typings": "index.d.ts", "dependencies": { "@types/mysql": "*", "mysql": "*" }, "devDependencies": { "@types/mocha": "^5.2.0", "mocha": "^5.1.1", "ts-node": "^6.0.3", "typescript": "^2.8.3" } }