-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 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
42
43
44
45
46
47
48
49
50
{
"name": "messagebroker",
"version": "0.0.2",
"deprecated": false,
"description": "Senti Message Broker service",
"main": "server.js",
"scripts": {
"test": "echo \"npm test temporarily disabled\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/senti-iot/senti-messagebroker.git"
},
"keywords": [
"Senti.Cloud",
"Senti.IoT",
"Senti",
"IoT",
"Message Broker",
"NodeJS",
"Express",
"Micro Service"
],
"author": {
"name": "Christian Broberg",
"email": "apisupport@senti.cloud",
"url": "https://senti.io/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/senti-iot/senti-messagebroker/issues"
},
"homepage": "https://github.com/senti-iot/senti-messagebroker#readme",
"dependencies": {
"apisauce": "^1.1.1",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dotenv": "^6.2.0",
"express": "^4.17.1",
"express-pino-logger": "^4.0.0",
"find-config": "^1.0.0",
"helmet": "^3.21.2",
"moment": "^2.22.2",
"mqtt": "^4.3.6",
"mqtt-packet": "^6.3.0",
"mysql2": "^2.2.5",
"pino": "^5.15.0",
"senti-apicore": "^0.0.61"
}
}