UNPKG

@elshaer/homebridge-hdl-buspro-enhanced

Version:

Linking the HDL bus into the Homebridge widget

51 lines (50 loc) 1.36 kB
{ "private": false, "displayName": "HDL Buspro Enhanced", "name": "@elshaer/homebridge-hdl-buspro-enhanced", "version": "1.2.11-beta25", "description": "Linking the HDL bus into the Homebridge widget", "homepage": "https://github.com/EyadElshaer/homebridge-hdlbuspro-enhanced.git", "type": "git", "license": "Apache-2.0", "bugs": { "url": "https://github.com/EyadElshaer/homebridge-hdlbuspro-enhanced/issues" }, "engines": { "homebridge": "^1.6.0 || ^2.0.0-beta.0", "node": "^18.20.4 || ^20.15.1 || ^22" }, "keywords": [ "homebridge-plugin", "hdl", "buspro", "homebridge-hdl" ], "main": "dist/index.js", "scripts": { "lint": "eslint src/**.ts", "watch": "npm run build && npm link && nodemon", "build": "rimraf ./dist && tsc", "prepublishOnly": "npm run lint && npm run build" }, "dependencies": { "axios": "^1.8.4", "dgram": "^1.0.1", "smart-bus": "^0.7" }, "devDependencies": { "@types/node": "^16.18.126", "@typescript-eslint/eslint-plugin": "^5.0.0", "@typescript-eslint/parser": "^5.0.0", "eslint": "^8.0.1", "homebridge": "^1.3.5", "nodemon": "^2.0.20", "rimraf": "^3.0.2", "ts-node": "^10.3.0", "typescript": "^5.8.2" }, "funding": { "type": "paypal", "url": "https://www.paypal.com/paypalme/eelshaerr" } }