-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 917 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": "scm",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "node server/mainApp.js"
},
"dependencies": {
"@types/amqplib": "^0.5.9",
"@types/commander": "^2.12.2",
"@types/consul": "^0.23.33",
"@types/elasticsearch": "^5.0.30",
"@types/express": "^4.16.0",
"@types/http-proxy": "^1.16.2",
"@types/moment": "^2.13.0",
"@types/redis": "^2.8.10",
"@types/socket.io": "^2.1.2",
"@types/socket.io-redis": "^1.0.25",
"@types/ws": "^6.0.1",
"amqplib": "^0.5.3",
"commander": "^2.19.0",
"consul": "^0.34.1",
"ecstatic": "^3.3.0",
"elasticsearch": "^15.3.0",
"express": "^4.16.4",
"http-proxy": "^1.17.0",
"moment": "^2.23.0",
"pm2": "^3.2.8",
"portfinder": "^1.0.20",
"redis": "^2.8.0",
"socket.io": "^2.2.0",
"socket.io-redis": "^5.2.0",
"socketio-sticky-session": "^0.4.3",
"sticky-session": "^1.1.2",
"ws": "^6.1.2"
}
}