Spaces:
Runtime error
Runtime error
| { | |
| "name": "campusloop-backend-hf", | |
| "version": "1.0.0", | |
| "description": "CampusLoop Backend API for Hugging Face Spaces", | |
| "main": "server-mysql.js", | |
| "scripts": { | |
| "start": "node server-mysql.js", | |
| "dev": "node server-mysql.js", | |
| "test": "echo \"Error: no test specified\" && exit 1" | |
| }, | |
| "keywords": ["campus", "social", "backend", "api", "mysql"], | |
| "author": "响指AI", | |
| "license": "MIT", | |
| "dependencies": { | |
| "bcrypt": "^5.1.0", | |
| "cors": "^2.8.5", | |
| "dotenv": "^16.0.0", | |
| "express": "^4.18.0", | |
| "express-validator": "^6.14.0", | |
| "helmet": "^6.0.0", | |
| "jsonwebtoken": "^9.0.0", | |
| "multer": "1.4.4-lts.1", | |
| "mysql2": "^3.6.0", | |
| "winston": "^3.8.0" | |
| }, | |
| "engines": { | |
| "node": ">=18.0.0", | |
| "npm": ">=8.0.0" | |
| } | |
| } | |