ring-mqtt/package.json
tsightler 921d308ba5
Release v5.6.4 (#821)
* Dependency updates

- Alpine Linux 3.18
- s6-overlay v3.1.6.0
- bashio v0.16.0
- go2rtc v1.8.3

* Update Dockerfile

* Update Dockerfile

* Update Dockerfile

* Update Dockerfile

* Update Dockerfile

* Revert "Update Dockerfile"

This reverts commit 63b11d8217.

* Release v5.6.4

* Dependency updates

* Dependency updates

* Debug event bus messages

* Release v5.6.4

* Update security-panel.js

* Update state on alarm cleared

* Update security panel state on alarm cleared

* Fix arm/disarm history attributes

* Support alarm cleared event

* Minor tweak to attribute handling

* Release v5.6.4

* add entity_category support to discovery message and entities. (#767)

Not final state, but will start here.

* Release v5.6.4

* Release v5.6.4

* Update entity categories

* Release v5.6.4

* Release v5.6.4

* Update entity categories

* Release v5.6.4

* Release v5.6.4

---------

Co-authored-by: Tom Sightler <tom.sightler@veeam.com>
Co-authored-by: xannor <2722473+xannor@users.noreply.github.com>
2024-04-18 21:26:10 -04:00

41 lines
901 B
JSON

{
"name": "ring-mqtt",
"version": "5.6.4",
"type": "module",
"description": "Ring Devices via MQTT",
"main": "ring-mqtt.js",
"dependencies": {
"aedes": "0.51.0",
"body-parser": "^1.20.2",
"chalk": "^5.3.0",
"date-fns": "^3.6.0",
"debug": "^4.3.4",
"express": "^4.19.2",
"is-online": "^10.0.0",
"js-yaml": "^4.1.0",
"minimist": "^1.2.8",
"mqtt": "^5.5.2",
"ring-client-api": "12.1.0",
"rxjs": "^7.8.1",
"werift": "^0.19.1",
"write-file-atomic": "^5.0.1"
},
"devDependencies": {
"eslint": "^7.32.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"
}