-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
44 lines (44 loc) · 1.05 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
{
"name": "@chat21/chat21-http-server",
"version": "0.2.37",
"description": "Chat21 HTTP APIs",
"main": "index.js",
"dependencies": {
"amqplib": "^0.10.3",
"app-root-path": "^3.0.0",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"firebase-admin": "^10.0.0",
"jsonwebtoken": "^8.5.1",
"mongodb": "^4.0.1",
"querystring": "^0.2.1",
"uuid": "^8.3.2",
"uuidv4": "^6.2.11",
"winston": "^3.3.3",
"axios": "^0.21.1",
"https": "^1.0.0",
"redis": "^3.1.2"
},
"devDependencies": {
"@chat21/chat21-server": "0.2.21",
"chai": "^4.3.4",
"chai-http": "^4.3.0",
"mocha": "^9.0.2"
},
"scripts": {
"test": "mocha --exit ./test/*.js",
"start": "node ./bin/www"
},
"homepage": "http://www.chat21.org",
"repository": {
"type": "git",
"url": "git+https://github.com/chat21/chat21-http-server.git"
},
"bugs": {
"url": "https://github.com/chat21/chat21-http-server/issues"
},
"author": "Andrea Sponziello",
"license": "MIT"
}