{ "name": "worktime-server", "version": "1.0.0", "description": "跨部门工时管理与项目协同系统 - 后端", "main": "app.js", "scripts": { "start": "node app.js", "dev": "node app.js" }, "dependencies": { "bcryptjs": "^2.4.3", "cors": "^2.8.5", "express": "^4.21.0", "jsonwebtoken": "^9.0.2", "node-cron": "^4.2.1", "sql.js": "^1.11.0", "xlsx": "^0.18.5" } }