forked from tsightler/ring-mqtt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 922 Bytes
/
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": "ring-mqtt",
"version": "5.6.3",
"type": "module",
"description": "Ring Devices via MQTT",
"main": "ring-mqtt.js",
"dependencies": {
"aedes": "0.50.0",
"body-parser": "^1.20.2",
"chalk": "^5.3.0",
"date-fns": "^2.30.0",
"debug": "^4.3.4",
"express": "^4.18.2",
"ip": "^1.1.8",
"is-online": "^10.0.0",
"js-yaml": "^4.1.0",
"minimist": "^1.2.8",
"mqtt": "^5.0.5",
"ring-client-api": "12.0.1",
"rxjs": "^7.8.1",
"werift": "^0.18.7",
"write-file-atomic": "^5.0.1"
},
"devDependencies": {
"eslint": "^7.32.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ring-mqtt.js"
},
"keywords": [
"ring",
"mqtt"
],
"repository": {
"type": "git",
"url": "git://github.com/tsightler/ring-mqtt.git"
},
"author": "Tom Sightler ([email protected])",
"license": "MIT"
}