matterbridge-webhooks
Version:
Matterbridge webhooks plugin
74 lines (73 loc) • 1.55 kB
JSON
{
"name": "matterbridge-webhooks",
"version": "1.1.3",
"description": "Matterbridge webhooks plugin",
"author": "https://github.com/Luligu",
"license": "Apache-2.0",
"homepage": "https://www.npmjs.com/package/matterbridge-webhooks",
"type": "module",
"main": "dist/module.js",
"types": "dist/module.d.ts",
"exports": {
".": {
"import": "./dist/module.js",
"types": "./dist/module.d.ts"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/Luligu/matterbridge-webhooks.git"
},
"bugs": {
"url": "https://github.com/Luligu/matterbridge-webhooks/issues"
},
"funding": {
"type": "buymeacoffee",
"url": "https://www.buymeacoffee.com/luligugithub"
},
"keywords": [
"shelly",
"matterbridge",
"homebridge",
"bridge",
"plugin",
"frontend",
"matterbridge",
"matter.js",
"matter-node.js",
"matter",
"matterprotocol",
"iot",
"smarthome",
"connectedthings",
"hap",
"homekit",
"siri",
"google-home",
"alexa",
"homeassistant",
"smartthings",
"ewelink",
"webhooks",
"hooks",
"childbridge",
"hass",
"hassio",
"gladysassistant"
],
"engines": {
"node": ">=20.19.0 <21.0.0 || >=22.13.0 <23.0.0 || >=24.0.0 <25.0.0 || >=26.0.0 <27.0.0"
},
"files": [
"bin",
"dist",
"npm-shrinkwrap.json",
"CHANGELOG.md",
"*.config.json",
"*.schema.json"
],
"dependencies": {
"node-ansi-logger": "3.2.1",
"node-persist-manager": "2.0.2"
}
}