-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 766 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 766 Bytes
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
{
"name": "debug-arena",
"version": "1.0.0",
"description": "Gemini-based single-player debugging game",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "node server.js"
},
"dependencies": {
"@google/generative-ai": "^0.4.0",
"bcryptjs": "^3.0.2",
"cors": "^2.8.5",
"cropperjs": "^2.0.0",
"dotenv": "^16.6.1",
"express": "^4.21.2",
"express-session": "^1.18.1",
"jsonwebtoken": "^9.0.2",
"mongodb": "^6.17.0",
"mongoose": "^8.16.3",
"nodemailer": "^7.0.5",
"passport": "^0.7.0",
"passport-discord": "^0.1.4",
"passport-github2": "^0.1.12",
"passport-google-oauth20": "^2.0.0",
"passport-local": "^1.0.0",
"socket.io": "^4.8.1",
"uuid": "^11.1.0"
}
}