UNPKG

homebridge-denon-speaker

Version:

Denon and Marantz AVR support as Speaker for Homebridge: https://github.com/nfarina/homebridge

57 lines (56 loc) 1.48 kB
{ "name": "homebridge-denon-speaker", "version": "3.0.1", "description": "Denon and Marantz AVR support as Speaker for Homebridge: https://github.com/nfarina/homebridge", "author": "UnPoilTefal", "license": "ISC", "main": "dist/homebridge-denon-speaker.js", "files": [ "dist", "README.md", "sample-config.json" ], "scripts": { "clean": "rimraf ./dist", "build": "rimraf ./dist && tsc", "prepublishOnly": "npm run build", "postpublish": "npm run clean", "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage" }, "keywords": [ "homebridge-plugin", "Denon", "Marantz", "Speaker" ], "repository": { "type": "git", "url": "git://github.com/UnPoilTefal/homebridge-denon-speaker.git" }, "bugs": { "url": "http://github.com/UnPoilTefal/homebridge-denon-speaker/issues" }, "homepage": "http://github.com/UnPoilTefal/homebridge-denon-speaker", "engines": { "homebridge": "^1.6.0 || ^2.0.0-beta.0", "node": ">=18" }, "dependencies": { "xml2js": "^0.6.2" }, "devDependencies": { "@types/node": "^18.0.0", "@types/xml2js": "^0.4.12", "@typescript-eslint/eslint-plugin": "^6.13.0", "@typescript-eslint/parser": "^6.13.0", "@vitest/coverage-v8": "^2.0.0", "eslint": "^8.55.0", "homebridge": "^2.0.0-beta.0", "rimraf": "^5.0.1", "ts-node": "^10.9.1", "typescript": "^5.2.2", "vitest": "^2.0.0" } }