UNPKG

homebridge-azan

Version:

Homebridge plugin to trigger HomeKit events for Muslim prayer (Azan) times, enabling HomePod audio automations.

31 lines (30 loc) 726 B
{ "name": "homebridge-azan", "displayName": "Homebridge Azan Times", "version": "1.0.1", "description": "Homebridge plugin to trigger HomeKit events for Muslim prayer (Azan) times, enabling HomePod audio automations.", "license": "MIT", "main": "index.js", "author": "Arif Islam <areef.islam@gmail.com>", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "homebridge-plugin", "homekit", "prayer times", "muslim", "azan", "audio", "homepod", "automation" ], "engines": { "homebridge": "^1.9.0", "node": "^18.20.7 || ^20.19.0 || ^22.14.0" }, "dependencies": { "axios": "^1.8.4", "moment-timezone": "^0.5.45" } }