Files
2026-07-05 14:43:34 +08:00

22 lines
529 B
JSON

{
"name": "yuyueguahao-server",
"version": "1.0.0",
"description": "医院预约挂号小程序 - Node.js 后端 API 服务",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
"dev": "node --watch src/index.js",
"seed": "node src/seed.js"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"dayjs": "^1.11.10",
"express": "^4.19.2",
"jsonwebtoken": "^9.0.2",
"mysql2": "^3.11.0",
"swagger-jsdoc": "^6.3.0",
"swagger-ui-express": "^5.0.1"
}
}