homebridge-notifyevents
Version:
HomeBridge plugin to send message using Notify.Events service
43 lines (42 loc) • 1.05 kB
JSON
{
"displayName": "Notify.Events",
"name": "homebridge-notifyevents",
"version": "1.3.3",
"description": "HomeBridge plugin to send message using Notify.Events service",
"author": "Notify.Events",
"keywords": [
"homebridge-plugin",
"homebridge",
"alert",
"notification",
"telegram",
"signal",
"viber",
"sms",
"voice"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/notify-events/homebridge/issues"
},
"homepage": "https://github.com/notify-events/homebridge#readme",
"main": "src/index.js",
"scripts": {
"lint": "eslint src/* homebridge-ui/public/js/index.js homebridge-ui/public/js/common.js",
"release": "npm publish --access public"
},
"engines": {
"node": ">=14.0.0 || ^20.15.1 || ^22",
"homebridge": ">=0.4.36 || ^2.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/notify-events/homebridge.git"
},
"devDependencies": {
"eslint": "^8.7.0"
},
"dependencies": {
"@notify.events/nodejs": "^1.2.3"
}
}