mirror of
https://github.com/tsightler/ring-mqtt.git
synced 2025-09-26 21:01:12 +08:00
44 lines
1013 B
JSON
44 lines
1013 B
JSON
{
|
|
"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 (tsightler@gmail.com)",
|
|
"license": "MIT"
|
|
}
|