-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.08 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
{
"name": "temp-server",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"client:websocket": "node client/websocket.js",
"client:socketio": "node client/socketio.js",
"client:grpc": "node client/grpc.js",
"client:rpc": "node client/rpc.js",
"client:json-rpc": "node client/json-rpc.js"
},
"dependencies": {
"@grpc/grpc-js": "^1.5.0",
"@grpc/proto-loader": "^0.6.9",
"axios": "^0.25.0",
"body-parser": "^1.19.2",
"cookie-parser": "~1.4.3",
"cors": "^2.8.5",
"debug": "~2.6.9",
"express": "~4.16.0",
"express-session": "^1.17.2",
"http-errors": "~1.6.2",
"json-rpc-2.0": "^1.0.0",
"jsonwebtoken": "^8.5.1",
"morgan": "~1.9.0",
"multer": "^1.4.4",
"node-gyp": "^8.4.1",
"passport": "^0.5.2",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"pug": "^3.0.2",
"rpc": "^3.1.2",
"socket.io": "^4.4.0",
"socket.io-client": "^4.4.1",
"websocket": "^1.0.34",
"winston": "^3.5.0",
"winston-daily-rotate-file": "^4.6.0",
"ws": "^8.4.2"
}
}