UNPKG

homebridge-skyq-tvremote

Version:

Exposes and Sky Q Box as a TV Accessory in HomeBridge, allow you to use the Remote UI in Control Centre

53 lines 1.44 kB
{ "displayName": "Sky Q TV Remote", "name": "homebridge-skyq-tvremote", "version": "1.4.1", "betaVersion": "1.4.1", "description": "Exposes and Sky Q Box as a TV Accessory in HomeBridge, allow you to use the Remote UI in Control Centre", "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/neilpatel121/homebridge-skyq-tvremote.git" }, "bugs": { "url": "https://github.com/neilpatel121/homebridge-skyq-tvremote.git/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", "test": "jest --forceExit --detectOpenHandles", "prepublishOnly": "npm run lint && npm run build" }, "keywords": [ "homebridge-plugin", "sky", "sky-q", "sky tv", "sky-q tv" ], "dependencies": { "semver": "^7.3.5", "sky-q": "^1.0.2", "sky-remote": "^1.2.0" }, "devDependencies": { "@types/jest": "^26.0.22", "@types/node": "^14.14.6", "@typescript-eslint/eslint-plugin": "^4.6.1", "@typescript-eslint/parser": "^4.6.1", "eslint": "^7.13.0", "homebridge": "^1.2.4", "jest": "^26.6.3", "nodemon": "^2.0.6", "rimraf": "^3.0.2", "ts-jest": "^26.5.5", "ts-node": "^9.0.0", "typescript": "^4.0.5" } }