signalk-ntfy
Version:
Send SignalK notifications to ntfy.sh or self-hosted ntfy servers
30 lines (29 loc) • 771 B
JSON
{
"name": "signalk-ntfy",
"version": "0.0.3",
"description": "Send SignalK notifications to ntfy.sh or self-hosted ntfy servers",
"main": "index.js",
"keywords": ["signalk-node-server-plugin", "signalk-category-notifications"],
"signalk": {
"displayName": "ntfy Notifications",
"enableByDefault": false,
"featureType": "notification",
"appIcon": "./icon.png"
},
"engines": {
"node": ">=16"
},
"dependencies": {
"node-fetch": "^2.7.0",
"ws": "^8.16.0"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/Enand-lab/signalk-ntfy.git"
},
"bugs": {
"url": "https://github.com/Enand-lab/signalk-ntfy/issues"
},
"homepage": "https://github.com/Enand-lab/signalk-ntfy"
}