Files
youwei-business-school/backend/package.json
2026-03-30 18:30:09 +08:00

20 lines
391 B
JSON

{
"name": "youwei-auth-backend",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"start": "node auth-api.js",
"dev": "node --watch auth-api.js"
},
"dependencies": {
"argon2": "^0.44.0",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"dotenv": "^16.6.1",
"express": "^4.21.2",
"jsonwebtoken": "^9.0.3",
"mysql2": "^3.15.3"
}
}