mysql-connector/package.json

20 lines
513 B
JSON

{
"name": "boltic-mysql-connector",
"version": "1.0.0",
"description": "The MySQL connector enables seamless integration with any MySQL database, allowing you to perform various operations efficiently.",
"main": "handler.js",
"scripts": {
"start": "node handler.js"
},
"dependencies": {
"mysql2": "^3.12.0",
"tunnel-ssh": "^5.1.2"
},
"engines": {
"node": ">=16.0.0"
},
"author": "Your Name",
"license": "MIT",
"type": "module"
}