-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 844 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 844 Bytes
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
{
"name": "@chat21/chat21-server",
"version": "0.2.55",
"description": "Chat21 AMQP/MQTT messages dispatcher",
"dependencies": {
"aedes": "^0.40.1",
"amqplib": "^0.10.3",
"app-root-path": "^3.0.0",
"body-parser": "^1.19.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"mocha": "^9.0.0",
"mongodb": "^3.5.6",
"mongoose": "^5.9.10",
"mqtt": "^4.3.7",
"rhea": "^1.0.20",
"uuid": "^8.3.2",
"websocket-stream": "^5.5.2",
"redis": "^3.1.2"
},
"devDependencies": {
"@chat21/chat21-http-server": "^0.2.37",
"axios": "^0.21.1",
"loadtest": "^1.4.3",
"should": "^9.0.2"
},
"scripts": {
"test": "mocha ./test/*.js --timeout 10000 --exit",
"benchmarks": "node ./benchmarks/index.js",
"start": "node chatservermq.js"
},
"author": "",
"license": "MIT"
}