ClassMG/api-package.json
2025-04-01 19:49:15 +08:00

16 lines
365 B
JSON

{
"name": "classmg-api",
"version": "1.0.0",
"description": "智能教室管理系统API服务",
"main": "app.js",
"scripts": {
"start": "node app.js",
"dev": "nodemon app.js"
},
"dependencies": {
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"express": "^4.18.2",
"mysql2": "^3.6.1"
}
}