UNPKG

homebridge-pioneer-avr-2025

Version:

A Pioneer AVR plugin for homebridge. This plugin is designed for Pioneer models that use Telnet Commands (e.g., VSX-922). It may not be compatible with newer models (e.g., VSX-LX304).

69 lines (68 loc) 2.09 kB
{ "name": "homebridge-pioneer-avr-2025", "displayName": "Pioneer AVR 2025", "platformName": "pioneerAvr2025", "version": "0.2.18", "description": "A Pioneer AVR plugin for homebridge. This plugin is designed for Pioneer models that use Telnet Commands (e.g., VSX-922). It may not be compatible with newer models (e.g., VSX-LX304).", "main": "dist/index.js", "scripts": { "build": "tsc", "lint": "eslint src/**.ts src/**/*.ts --max-warnings=0", "prepare": "npm run build" }, "author": "Toeffligang", "engines": { "homebridge": "^1.8.4 || ^2.0.0-beta.0", "node": ">=18.20.4" }, "license": "ISC", "files": [ "dist", "config.schema.json", "orig-config.schema.json", "sample-config.json", "sample-config-2.json", "sample-config-3.json", "sample-config-4.json", "LICENSE", "README.md" ], "repository": { "type": "git", "url": "git://github.com/holuspokus/homebridge-pioneer-avr-2025.git" }, "bugs": { "url": "https://github.com/holuspokus/homebridge-pioneer-avr-2025/issues" }, "homepage": "https://github.com/holuspokus/homebridge-pioneer-avr-2025#readme", "keywords": [ "homebridge-plugin", "pioneer", "telnet", "vsx", "avr", "av", "tv", "receiver" ], "devDependencies": { "@eslint/eslintrc": "^3.1.0", "@eslint/js": "^9.12.0", "@stylistic/eslint-plugin-js": "^2.9.0", "@stylistic/eslint-plugin-ts": "^2.9.0", "@types/md5": "^2.3.5", "@types/node": "^22.9.0", "@typescript-eslint/eslint-plugin": "^8.15.0", "@typescript-eslint/parser": "^8.15.0", "eslint": "^9.12.0", "homebridge": "^1.8.5", "homebridge-config-ui-x": "^4.50.6", "rimraf": "^6.0.1", "standard-version": "^9.5.0", "ts-node": "^10.9.2", "typescript": "^5.6.2" }, "dependencies": { "bonjour": "^3.5.0" } }