-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.12 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.12 KB
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
32
33
34
35
36
37
38
39
40
41
{
"dependencies": {
"@aws-sdk/client-s3": "^3.999.0",
"@aws-sdk/lib-storage": "^3.999.0",
"@aws-sdk/node-http-handler": "^3.370.0",
"@frozenjs/express-status-monitor": "^2025.6.22",
"axios": "^1.13.2",
"bcryptjs": "^3.0.3",
"body-parser": "^2.2.0",
"connect-pg-simple": "^10.0.0",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"dotenv": "^17.2.3",
"express": "^5.1.0",
"express-rate-limit": "^8.2.1",
"express-session": "^1.18.2",
"express-validator": "^7.3.0",
"ffmpeg": "^0.0.4",
"jsonwebtoken": "^9.0.3",
"multer": "^2.0.2",
"nodemon": "^3.1.10",
"passport": "^0.7.0",
"passport-facebook": "^3.0.0",
"passport-google-oauth20": "^2.0.0",
"pg": "^8.16.3",
"rate-limit-redis": "^4.3.1",
"redis": "^5.10.0",
"socket.io": "^4.8.1",
"uuid": "^13.0.0"
},
"name": "linkedup-backend",
"version": "1.0.0",
"description": "backend Server for LinkedUP",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npx nodemon server.js"
},
"author": "Adrin",
"license": "ISC"
}