sunnymh-backend/package.json
2025-03-27 17:32:20 +08:00

18 lines
341 B
JSON

{
"name": "sunnymh-db",
"version": "1.0.0",
"main": "db_api.jsx",
"scripts": {
"start": "node db_api.jsx",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"express": "^4.21.2",
"mongodb": "^6.15.0",
"mysql2": "^3.14.0"
}
}