skills-market-server/package.json
hjjjj c44750e6d8 feat(部署): 添加自动化部署脚本和登录白名单功能
添加 deploy.bat 和 deploy.js 实现自动化部署流程
在 .env.example 和 auth.js 中添加登录白名单功能,支持固定验证码
更新 package.json 添加部署脚本命令
2026-03-02 16:03:55 +08:00

24 lines
587 B
JSON

{
"name": "skills-market-server",
"version": "1.0.0",
"description": "Skills Market API Server with MongoDB",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "node --watch server.js",
"deploy": "node scripts/deploy.js"
},
"dependencies": {
"@alicloud/dm20151123": "^1.8.3",
"@alicloud/openapi-client": "^0.4.15",
"@alicloud/tea-util": "^1.4.11",
"axios": "^1.13.5",
"bcryptjs": "^3.0.3",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"jsonwebtoken": "^9.0.3",
"mongodb": "^6.3.0"
}
}