-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
38 lines (38 loc) · 901 Bytes
/
package.json
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
{
"name": "backend",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "nodemon app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"aws-sdk": "^2.1456.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-async-errors": "^3.1.1",
"fs": "^0.0.1-security",
"helmet": "^7.0.0",
"http-status-codes": "^2.2.0",
"httpolyglot": "^0.1.2",
"jsonwebtoken": "^9.0.2",
"mediasoup": "^3.13.12",
"moment": "^2.29.4",
"multer": "^1.4.5-lts.1",
"multer-s3": "^3.0.1",
"node-fetch": "^3.3.2",
"nodemailer": "^6.9.5",
"nodemon": "^3.0.1",
"pg": "^8.11.3",
"socket.io": "^4.7.2",
"uuid": "^9.0.1",
"xlsx": "^0.18.5"
}
}