mirror of
https://github.com/tsightler/ring-mqtt.git
synced 2025-12-24 13:18:16 +08:00
44 lines
999 B
JSON
44 lines
999 B
JSON
{
|
|
"name": "ring-mqtt",
|
|
"version": "5.9.2",
|
|
"type": "module",
|
|
"description": "Ring Devices via MQTT",
|
|
"main": "ring-mqtt.js",
|
|
"dependencies": {
|
|
"@homebridge/camera-utils": "^3.0.0",
|
|
"aedes": "^0.51.3",
|
|
"body-parser": "^2.2.1",
|
|
"chalk": "^5.6.2",
|
|
"date-fns": "^4.1.0",
|
|
"debug": "^4.4.3",
|
|
"express": "^5.2.1",
|
|
"is-online": "^12.0.2",
|
|
"js-yaml": "^4.1.1",
|
|
"minimist": "^1.2.8",
|
|
"mqtt": "^5.14.1",
|
|
"ring-client-api": "^14.2.0",
|
|
"rxjs": "^7.8.2",
|
|
"werift": "^0.22.2",
|
|
"write-file-atomic": "^7.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.39.1",
|
|
"eslint": "^9.39.1",
|
|
"globals": "^16.5.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"
|
|
}
|