@gdksoftware/mysql
Version:
MySQL package
29 lines (28 loc) • 637 B
JSON
{
"name": "@gdksoftware/mysql",
"version": "1.3.2",
"description": "MySQL package",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsc -declaration",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@bitbucket.org/GDK/npm-mysql.git"
},
"keywords": [
"GDK",
"Software",
"mysql"
],
"author": "GDK Software",
"license": "ISC",
"homepage": "https://bitbucket.org/GDK/npm-mysql#readme",
"dependencies": {
"@types/node": "^9.6.1",
"mysql": "^2.15.0",
"typescript": "^2.8.1"
}
}