-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 803 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 803 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
31
32
33
{
"name": "chatserverjs",
"version": "1.0.0",
"description": "",
"main": "server/server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "ION606",
"license": "ISC",
"type": "module",
"dependencies": {
"@aws-sdk/client-s3": "^3.370.0",
"aws-sdk": "^2.1377.0",
"backblaze-b2": "^1.7.0",
"body-parser": "^1.20.2",
"cloudinary": "^1.37.3",
"cors": "^2.8.5",
"express": "^4.18.2",
"express-ws": "^5.0.2",
"form-data-extended": "^0.0.10",
"jwk-to-pem": "^2.0.5",
"mongodb": "^5.2.0",
"node-turn": "^0.0.6",
"nodemailer": "^6.9.2",
"serve-favicon": "^2.5.0",
"socket.io": "^4.6.1",
"streamifier": "^0.1.1",
"uuid": "^9.0.0",
"ws": "^8.13.0"
}
}