mirror of
https://github.com/tsightler/ring-mqtt.git
synced 2025-12-24 13:18:16 +08:00
46 lines
1014 B
JSON
46 lines
1014 B
JSON
{
|
|
"name": "ring-mqtt",
|
|
"version": "5.7.0",
|
|
"type": "module",
|
|
"description": "Ring Devices via MQTT",
|
|
"main": "ring-mqtt.js",
|
|
"dependencies": {
|
|
"aedes": "0.51.2",
|
|
"body-parser": "^1.20.2",
|
|
"chalk": "^5.3.0",
|
|
"date-fns": "^3.6.0",
|
|
"debug": "^4.3.5",
|
|
"express": "^4.19.2",
|
|
"is-online": "^10.0.0",
|
|
"js-yaml": "^4.1.0",
|
|
"minimist": "^1.2.8",
|
|
"mqtt": "^5.8.1",
|
|
"ring-client-api": "^13.0.0",
|
|
"rxjs": "^7.8.1",
|
|
"werift": "^0.19.4",
|
|
"write-file-atomic": "^5.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.8.0",
|
|
"eslint": "^9.8.0",
|
|
"globals": "^15.9.0"
|
|
},
|
|
"overrides": {
|
|
"@eneris/push-receiver": "4.1.4"
|
|
},
|
|
"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"
|
|
}
|