homebridge-kef-speaker
Version:
Homebridge plugin for KEF wireless speakers (LS50 Wireless II, LSX II, LS60)
58 lines (57 loc) • 1.71 kB
JSON
{
"name": "homebridge-kef-speaker",
"displayName": "KEF Speaker",
"type": "module",
"version": "1.0.1",
"private": false,
"description": "Homebridge plugin for KEF wireless speakers (LS50 Wireless II, LSX II, LS60)",
"author": "Margarets00",
"license": "Apache-2.0",
"homepage": "https://github.com/Margarets00/homebridge-kef-speaker#readme",
"repository": {
"type": "git",
"url": "https://github.com/Margarets00/homebridge-kef-speaker.git"
},
"bugs": {
"url": "https://github.com/Margarets00/homebridge-kef-speaker/issues"
},
"keywords": [
"homebridge-plugin",
"kef",
"speakers",
"lsx",
"ls50",
"ls60",
"wireless"
],
"main": "dist/index.js",
"engines": {
"node": "^18.20.4 || ^20.18.0 || ^22.10.0",
"homebridge": "^1.8.0 || ^2.0.0-beta.0"
},
"scripts": {
"build": "rimraf ./dist && tsc",
"lint": "eslint . --max-warnings=100",
"prepublishOnly": "npm run lint && npm run build",
"release": "npm version patch && git push && git push --tags",
"release:minor": "npm version minor && git push && git push --tags",
"release:major": "npm version major && git push && git push --tags",
"watch": "npm run build && npm link && nodemon"
},
"dependencies": {
"homebridge-lib": "^7.1.4",
"node-cron": "^3.0.3"
},
"devDependencies": {
"@eslint/js": "^9.21.0",
"@types/node": "^22.13.5",
"@types/node-cron": "^3.0.11",
"eslint": "^9.21.0",
"homebridge": "^2.0.0-beta.0",
"nodemon": "^3.1.9",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.7.3",
"typescript-eslint": "^8.24.1"
}
}