UNPKG

homebridge-broadlink-rm-pro

Version:

Broadlink RM plugin (including the mini and pro) for homebridge with AC Pro and TV features

57 lines (56 loc) 1.4 kB
{ "name": "homebridge-broadlink-rm-pro", "displayName": "Homebridge Broadlink RM Pro", "version": "4.4.21", "description": "Broadlink RM plugin (including the mini and pro) for homebridge with AC Pro and TV features", "license": "ISC", "scripts": { "release": "release-it", "lint": "eslint .", "lint-fix": "eslint --fix ." }, "keywords": [ "homebridge-plugin", "broadlink", "rm pro 3", "rm mini 3", "rm4" ], "engines": { "node": ">=7.6.0", "homebridge": "^1.4.1 || ^2.0.0" }, "author": { "name": "kiwi-cam" }, "funding": "https://paypal.me/kiwicamRM", "repository": { "type": "git", "url": "git+ssh://git@github.com/kiwi-cam/homebridge-broadlink-rm.git" }, "dependencies": { "await-semaphore": "^0.1.3", "chai": "^4.3.7", "fakegato-history": "^0.6.5", "find-key": "^2.1.3", "github-version-checker": "^2.3.0", "js": "^0.1.0", "kiwicam-broadlinkjs-rm": "^0.9.22", "mqtt": "^5.14.0", "node-arp": "^1.0.6", "node-persist": ">=2.1.0 <3.0.0", "ping": "^0.4.4", "semver": "^7.5.4", "uuid": "^9.0.0" }, "devDependencies": { "@eslint/eslintrc": "^3.3.1", "@eslint/js": "^9.34.0", "eslint": "^9.34.0", "eslint-plugin-no-autofix": "^1.2.3", "globals": "^16.3.0", "hap-nodejs": "^0.12.2", "mocha": "^11.7.1", "release-it": "^19.0.4" } }