UNPKG

homebridge-loxone-proxy

Version:

Homebridge Dynamic Platform Plugin which exposes a Loxone System to Homekit.

71 lines (70 loc) 1.78 kB
{ "private": false, "displayName": "Homebridge Loxone Proxy", "name": "homebridge-loxone-proxy", "version": "1.13.0", "description": "Homebridge Dynamic Platform Plugin which exposes a Loxone System to Homekit.", "license": "Apache-2.0", "repository": { "type": "git", "url": "git+https://github.com/rudyberends/homebridge-loxone-proxy.git" }, "bugs": { "url": "https://github.com/rudyberends/homebridge-loxone-proxy/issues" }, "engines": { "homebridge": "^1.7.0 || ^2.0.0-beta.0", "node": ">=18" }, "main": "dist/index.js", "scripts": { "lint": "eslint src/**.ts --max-warnings=0", "watch": "npm run build && npm link && nodemon", "build": "rimraf ./dist && tsc", "prepublishOnly": "npm run lint && npm run build", "semantic-release": "semantic-release" }, "keywords": [ "Loxone", "Loxone connect", "homebridge", "homebridge-plugin", "HomeKit" ], "dependencies": { "@homebridge/camera-utils": "^2.2.0", "ffmpeg-for-homebridge": "^2.1.7", "lxcommunicator": "^1.1.1", "node-pre-gyp": "^0.13.0", "pick-port": "^2.1.0", "uuid": "^9.0.0", "wrtc": "^0.4.7", "ws": "^8.19.0" }, "devDependencies": { "@types/node": "^16.18.126", "@types/sharp": "^0.32.0", "@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", "semantic-release": "^25.0.3", "ts-node": "^10.3.0", "typescript": "^4.4.4" }, "release": { "branches": [ "master", { "name": "Master", "prerelease": false }, { "name": "beta", "prerelease": true } ] } }