forked from AnsonChen11/teamtalk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.02 KB
/
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
42
43
44
45
{
"name": "teamtalk",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "jest",
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"aws-sdk": "^2.1313.0",
"bcrypt": "^5.1.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.1",
"connect-flash": "^0.1.1",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"exphbs": "^1.2.0",
"express": "^4.18.2",
"express-handlebars": "^6.0.6",
"express-session": "^1.17.3",
"express-validation": "^4.1.0",
"hbs": "^4.2.0",
"joi": "^17.7.0",
"jsonwebtoken": "^9.0.0",
"method-override": "^3.0.0",
"mongoose": "^6.9.0",
"multer": "^1.4.5-lts.1",
"passport": "^0.6.0",
"passport-facebook": "^3.0.0",
"passport-google-oauth20": "^2.0.0",
"passport-jwt": "^4.0.1",
"path": "^0.12.7",
"peer": "^0.6.1",
"socket.io": "^4.5.4",
"supertest": "^6.3.3",
"ws": "^8.12.0"
},
"devDependencies": {
"jest": "^29.5.0"
}
}