-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.3 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
51
52
53
54
55
56
57
58
59
60
61
{
"name": "databroker",
"version": "0.0.2",
"deprecated": false,
"description": "Senti Data Broker service",
"main": "server.js",
"scripts": {
"test": "echo \"npm test temporarily disabled\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/senti-iot/senti-databroker.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-databroker/issues"
},
"homepage": "https://github.com/senti-iot/senti-databroker#readme",
"dependencies": {
"apisauce": "^2.0.1",
"axios": "^0.21.1",
"cli-table3": "^0.5.1",
"colors": "^1.4.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",
"md5": "^2.2.1",
"moment": "^2.24.0",
"mqtt": "^4.2.8",
"mqtt-packet": "^6.3.0",
"mysql": "^2.17.1",
"mysql2": "^1.7.0",
"pino": "^5.16.0",
"senti-apicore": "^0.0.61",
"sha2": "^1.0.2",
"uuid": "^3.4.0"
},
"devDependencies": {
"@babel/eslint-parser": "7.17.0",
"eslint": "^8.11.0",
"eslint-config-google": "^0.14.0"
}
}