-
Notifications
You must be signed in to change notification settings - Fork 106
/
package.json
43 lines (43 loc) · 1013 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
42
43
{
"name": "ring-mqtt",
"version": "5.7.2",
"type": "module",
"description": "Ring Devices via MQTT",
"main": "ring-mqtt.js",
"dependencies": {
"@homebridge/camera-utils": "^2.2.7-beta",
"aedes": "^0.51.3",
"body-parser": "^1.20.3",
"chalk": "^5.3.0",
"date-fns": "^4.1.0",
"debug": "^4.3.7",
"express": "^4.21.1",
"is-online": "^11.0.0",
"js-yaml": "^4.1.0",
"minimist": "^1.2.8",
"mqtt": "^5.10.1",
"ring-client-api": "13.2.0-beta.1",
"rxjs": "^7.8.1",
"werift": "^0.20.1",
"write-file-atomic": "^6.0.0"
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"eslint": "^9.14.0",
"globals": "^15.11.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"
}