UNPKG

homebridge-pushover-notification

Version:

Homebridge plugin to send push notifications through Pushover from HomeKit

53 lines (52 loc) 1.49 kB
{ "name": "homebridge-pushover-notification", "displayName": "Homebridge Pushover Notification", "type": "module", "version": "1.1.1", "description": "Homebridge plugin to send push notifications through Pushover from HomeKit", "author": { "name": "Emil Löfblom", "email": "emil.lofblom@icloud.com", "url": "https://github.com/emilof" }, "license": "Apache-2.0", "homepage": "https://github.com/emilof/homebridge-pushover-notification#readme", "repository": { "type": "git", "url": "git+https://github.com/emilof/homebridge-pushover-notification.git" }, "bugs": { "url": "https://github.com/emilof/homebridge-pushover-notification/issues" }, "keywords": [ "homebridge", "homebridge-plugin", "pushover" ], "main": "dist/index.js", "engines": { "node": "^20.18.0 || ^22.10.0 || ^24.0.0", "homebridge": "^1.8.0 || ^2.0.0-beta.0" }, "scripts": { "build": "rimraf ./dist && tsc", "lint": "eslint . --max-warnings=0", "prepublishOnly": "npm run lint && npm run build", "watch": "npm run build && npm link && nodemon" }, "devDependencies": { "@eslint/js": "^9.39.1", "@types/node": "^24.10.1", "eslint": "^9.39.1", "homebridge": "^2.0.0-beta.55", "nodemon": "^3.1.11", "rimraf": "^6.1.0", "ts-node": "^10.9.2", "typescript": "^5.9.3", "typescript-eslint": "^8.46.4" }, "dependencies": { "axios": "^1.13.2", "homebridge-lib": "^7.1.12" } }