@uwineza/mysql.connect
Version:
Simple Mysql Database Server (MDS) connection providing comprehensive error message for both development and production as you mention in the .env file variable called IS_PRODUCTION which is either 1 for production or 0 for development.
33 lines (32 loc) • 1 kB
JSON
{
"name": "@uwineza/mysql.connect",
"version": "1.1.8",
"description": "Simple Mysql Database Server (MDS) connection providing comprehensive error message for both development and production as you mention in the .env file variable called IS_PRODUCTION which is either 1 for production or 0 for development. ",
"main": "connector/dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel connector --out-dir connector/dist",
"obfuscate": "javascript-obfuscator connector --output connector/obf"
},
"keywords": [
"mysql-connector",
"node-connector",
"database connection"
],
"author": "Joel UWINEZA",
"license": "ISC",
"dependencies": {
"mysql2": "^3.13.0"
},
"devDependencies": {
"@babel/cli": "^7.26.4",
"@babel/core": "^7.26.10",
"@babel/node": "^7.26.0",
"@babel/preset-env": "^7.26.9",
"javascript-obfuscator": "^4.1.1"
},
"files": [
"connector/dist",
"README.md"
]
}