Files
xlxumu/backend/database/package.json
2025-09-04 01:39:31 +08:00

17 lines
314 B
JSON

{
"name": "database",
"version": "1.0.0",
"description": "## 概述",
"main": "setup-database.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"dotenv": "^17.2.2",
"mysql2": "^3.14.4"
}
}