-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.04 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
{
"name": "event-app-chat-service",
"version": "1.0.0",
"description": "Matchmaking chat system on TEDxTehran",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]:TEDxTehran-Team/event-app-chat-service.git"
},
"author": "TEDxTehran Team",
"license": "ISC",
"bugs": {
"url": "https://github.com/TEDxTehran-Team/event-app-chat-service/issues"
},
"homepage": "https://github.com/TEDxTehran-Team/event-app-chat-service#readme",
"dependencies": {
"@thream/socketio-jwt": "^2.1.1",
"body-parser": "latest",
"cors": "^2.8.5",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"mongodb": "^4.1.2",
"mongoose": "^6.0.7",
"morgan": "^1.10.0",
"passport": "^0.4.0",
"passport-jwt": "^3.0.0",
"passport-local": "^1.0.0",
"request-ip": "^2.1.3",
"socket.io": "^4.2.0",
"swagger-ui-express": "^4.1.6"
},
"devDependencies": {
"bluebird": "^3.7.2",
"jest": "^27.2.4"
}
}