UNPKG

homebridge-denon-speaker

Version:

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

53 lines (52 loc) 1.44 kB
{ "name": "homebridge-denon-speaker", "version": "2.0.0", "description": "Denon and Marantz AVR support as Speaker for Homebridge: https://github.com/nfarina/homebridge", "license": "ISC", "main": "dist/homebridge-denon-speaker.js", "scripts": { "clean": "rimraf ./dist", "build": "rimraf ./dist && tsc", "prepublishOnly": "npm run build", "postpublish": "npm run clean", "test": "echo \"Error: no test specified\" && exit 1" }, "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.0.0", "node": ">=10.17.0" }, "dependencies": { "axios": "^0.21.1", "polling-to-event": "2.1.0", "xml2js": "0.4.x" }, "devDependencies": { "homebridge": "^1.3.1", "@types/jest": "^26.0.19", "@types/node": "14.14.31", "@types/xml2js": "^0.4.8", "@typescript-eslint/eslint-plugin": "^4.12.0", "@typescript-eslint/parser": "^4.12.0", "eslint": "^7.17.0", "eslint-plugin-jest": "^24.1.3", "jest": "^26.6.3", "rimraf": "^3.0.2", "ts-jest": "^26.4.4", "ts-node": "^9.1.1", "typescript": "^4.2.2" } }