UNPKG

homebridge-saphi-tv

Version:

This plugin allows you to control your SaphiOS PhilipsTV with support for Apps, Sources and Channels as well as Ambilight, Ambilight+Hue and a CC Remote.

60 lines (59 loc) 1.59 kB
{ "private": false, "displayName": "Homebridge Philips TV Saphi-OS", "name": "homebridge-saphi-tv", "version": "1.0.3", "description": "This plugin allows you to control your SaphiOS PhilipsTV with support for Apps, Sources and Channels as well as Ambilight, Ambilight+Hue and a CC Remote.", "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/vniehues/saphi_tv.git" }, "bugs": { "url": "https://github.com/vniehues/saphi_tv/issues" }, "engines": { "node": ">=10.17.0", "homebridge": ">=1.0.0" }, "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" }, "keywords": [ "homebridge-plugin", "SaphiTV", "homebridge-SaphiTV", "Ambilight" ], "devDependencies": { "@types/node": "^17.0.10", "@typescript-eslint/eslint-plugin": "^5.10.0", "@typescript-eslint/parser": "^5.10.0", "eslint": "^8.7.0", "homebridge": "^1.4.0", "node-fetch": "^2.6.7", "nodemon": "^2.0.15", "rimraf": "^3.0.2", "ts-node": "^10.4.0", "typescript": "^4.5.5" }, "dependencies": { "fetch-timeout": "0.0.2", "np": "^7.6.0", "ping": "^0.4.1", "wake_on_lan": "^1.0.0" }, "homepage": "https://github.com/vniehues/saphi_tv#readme", "author": "Vincent Niehues", "funding": { "type": "paypal", "url": "https://paypal.me/vniehues/EUR" }, "np": { "tests": false } }