mirror of
https://github.com/tsightler/ring-mqtt.git
synced 2025-09-26 12:51:10 +08:00
44 lines
1009 B
JSON
44 lines
1009 B
JSON
{
|
|
"name": "ring-mqtt",
|
|
"version": "5.8.1",
|
|
"type": "module",
|
|
"description": "Ring Devices via MQTT",
|
|
"main": "ring-mqtt.js",
|
|
"dependencies": {
|
|
"@homebridge/camera-utils": "^2.2.7",
|
|
"aedes": "^0.51.3",
|
|
"body-parser": "^1.20.3",
|
|
"chalk": "^5.4.1",
|
|
"date-fns": "^4.1.0",
|
|
"debug": "^4.4.0",
|
|
"express": "^4.21.2",
|
|
"is-online": "^11.0.0",
|
|
"js-yaml": "^4.1.0",
|
|
"minimist": "^1.2.8",
|
|
"mqtt": "^5.13.0",
|
|
"ring-client-api": "^14.0.0-beta.2",
|
|
"rxjs": "^7.8.2",
|
|
"werift": "^0.22.1",
|
|
"write-file-atomic": "^6.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.13.0",
|
|
"eslint": "^9.16.0",
|
|
"globals": "^15.13.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"
|
|
}
|