matter-history
Version:
Matterbridge history module
59 lines (58 loc) • 1.26 kB
JSON
{
"name": "matter-history",
"version": "1.2.1",
"description": "Matterbridge history module",
"author": "https://github.com/Luligu",
"license": "Apache-2.0",
"homepage": "https://github.com/Luligu/matter-history/blob/main/README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/Luligu/matter-history.git"
},
"copyright": "Copyright 2023, 2024, 2025, 2026 https://github.com/Luligu",
"funding": {
"type": "buymeacoffee",
"url": "https://www.buymeacoffee.com/luligugithub"
},
"keywords": [
"matterbridge",
"matter",
"matter.js",
"eve",
"history",
"homebridge",
"bridge",
"childbridge",
"plugin",
"frontend",
"matter-node.js",
"matterprotocol",
"iot",
"smarthome",
"connectedthings",
"hap",
"homekit",
"siri",
"google-home",
"alexa",
"homeassistant",
"hass",
"hassio",
"smartthings",
"ewelink"
],
"type": "module",
"main": "dist/module.js",
"types": "dist/module.d.ts",
"engines": {
"node": ">=20.0.0 <21.0.0 || >=22.0.0 <23.0.0 || >=24.0.0 <25.0.0"
},
"files": [
"dist",
"npm-shrinkwrap.json"
],
"dependencies": {
"moment": "2.30.1",
"node-ansi-logger": "3.1.1"
}
}