UNPKG

homebridge-lirc-tv

Version:
49 lines (48 loc) 1.2 kB
{ "displayName": "Homebridge LIRC TV", "name": "homebridge-lirc-tv", "version": "1.1.2", "description": "Control IR Televisions using LIRC", "license": "Apache-2.0", "repository": { "type": "git", "url": "git://github.com/pkmnct/homebridge-lirc-tv.git" }, "bugs": { "url": "https://github.com/pkmnct/homebridge-lirc-tv/issues" }, "engines": { "node": ">=10.17.0", "homebridge": ">0.4.53" }, "main": "dist/index.js", "scripts": { "lint": "eslint src/**.ts", "watch": "npm run build && npm link && nodemon", "build": "rimraf ./dist && tsc", "prepublishOnly": "npm run lint && npm run build" }, "keywords": [ "homebridge-plugin", "lirc", "ir", "tv", "television", "homekit" ], "dependencies": {}, "devDependencies": { "@types/node": "^14.0.13", "@typescript-eslint/eslint-plugin": "^3.4.0", "@typescript-eslint/parser": "^3.4.0", "eslint": "^7.3.0", "eslint-config-prettier": "^6.11.0", "eslint-plugin-prettier": "^3.1.4", "homebridge": "^1.1.1", "nodemon": "^2.0.4", "prettier": "^2.0.5", "rimraf": "^3.0.2", "ts-node": "^8.10.2", "typescript": "^3.9.5" } }