UNPKG

homebridge-dyson-bp01

Version:

A Homebridge plugin that adds a Dyson BP01 to HomeKit using a BroadLink RM

68 lines (67 loc) 1.6 kB
{ "name": "homebridge-dyson-bp01", "displayName": "Homebridge Dyson BP01", "version": "1.11.3", "description": "A Homebridge plugin that adds a Dyson BP01 to HomeKit using a BroadLink RM", "type": "module", "main": "dist/accessory.js", "scripts": { "clean": "rimraf ./dist", "build": "rimraf ./dist && tsc", "prepublishOnly": "npm run build", "postpublish": "npm run clean" }, "author": { "name": "Jeremy Noesen", "email": "mail@jeremynoesen.xyz", "url": "https://jeremynoesen.xyz" }, "funding": { "type": "github", "url": "https://github.com/sponsors/jeremynoesen" }, "engines": { "node": "^20.12.7", "homebridge": "^1.8.0" }, "keywords": [ "homebridge-plugin", "homebridge", "dyson", "bp01", "pure cool me", "broadlink rm", "broadlink", "pure cool", "fan" ], "repository": { "type": "git", "url": "git+https://github.com/jeremynoesen/homebridge-dyson-bp01.git" }, "bugs": { "url": "https://github.com/jeremynoesen/homebridge-dyson-bp01/issues" }, "devDependencies": { "@types/node": "^20.12.7", "@types/node-persist": "^3.1.8", "@types/ping": "^0.4.4", "homebridge": "^1.8.0", "rimraf": "^5.0.5", "typescript": "^5.4.5" }, "dependencies": { "kiwicam-broadlinkjs-rm": "^0.9.19", "node-persist": "^4.0.1", "ping": "^0.4.4" }, "homepage": "https://github.com/jeremynoesen/homebridge-dyson-bp01", "license": "GPL-3.0", "files": [ "dist", "config.schema.json", "README.md", "LICENSE", "package.json" ] }