ndbc-mysql
Version:
The ndbc connector to connect mysql database.
41 lines (40 loc) • 997 B
JSON
{
"name": "ndbc-mysql",
"version": "1.0.3",
"description": "The ndbc connector to connect mysql database.",
"main": "index.ts",
"scripts": {
"test": "mocha -r ts-node/register test/*.ts",
"build": "tsc --build ./tsconfig.json",
"upgrade-connector": "npm upgrade ndbc-connector"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EircYangQM/ndbc-mysql.git"
},
"keywords": [
"ndbc",
"mysql",
"database"
],
"author": "EricYangQM",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/EircYangQM/ndbc-mysql/issues"
},
"homepage": "https://github.com/EircYangQM/ndbc-mysql#readme",
"dependencies": {
"@types/node": "^14.0.27",
"@types/mysql": "^2.15.15",
"mysql": "^2.18.1",
"ndbc-connector": "^1.0.15",
"typescript": "^3.9.7"
},
"devDependencies": {
"@types/chai": "^4.2.12",
"@types/mocha": "^8.0.2",
"chai": "^4.2.0",
"mocha": "^8.1.1",
"ts-node": "^8.10.2"
}
}