File size: 767 Bytes
d9e5dfd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
  "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"
  }
}