-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 854 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
39
40
41
{
"name": "Cloudchat",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index"
},
"keywords": [
"chat",
"cloud",
"socket",
"node",
"express",
"mysql"
],
"author": "Ochieng Paul",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.1.0",
"body-parser": "^1.20.1",
"content-security-policy": "^0.3.4",
"crypto-js": "^4.1.1",
"express": "^4.18.2",
"express-rate-limit": "^6.7.0",
"express-session": "^1.17.3",
"jquery": "^3.6.2",
"moment": "^2.29.4",
"mysql": "^2.18.1",
"socket.io": "^3.1.2",
"socket.io-client": "^4.5.4",
"socket.io-session": "^0.0.5",
"ws": "^8.11.0",
"xss-clean": "^0.1.1"
},
"devDependencies": {
"@types/ws": "^8.5.3",
"nodemon": "^2.0.20"
}
}