{
    "name": "homebridge-musiccast-bnetqc",
    "version": "0.1.4",
    "description": "Homebridge Yamaha MusicCast Multiroom Plugin with precise volume control",
    "main": "dist/main.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"
    },
    "author": "Olivier Bientte <olivierb.net@gmail.com> base on the work of Christian Gierke <christian@gierke.de>",
    "engines": {
        "homebridge": ">=1.6.0 || ^2.0.0-beta.0",
        "node": "^18.17.0 || ^20.9.0 || ^22.0.0"
    },
    "keywords": [
        "homebridge-plugin",
        "homebridge",
        "MusicCast",
        "yamaha",
        "homekit"
    ],
    "files": [
        "dist",
        "config.schema.json"
    ],
    "repository": {
        "type": "git",
        "url": "git+https://github.com/bnetqc/homebridge-musiccast-bnetqc.git"
    },
    "bugs": {
        "url": "https://github.com/bnetqc/homebridge-musiccast-bnetqc/issues"
    },
    "devDependencies": {
        "@types/node": "^20.12.7",
        "homebridge": "^1.6.0",
        "rimraf": "^5.0.5",
        "typescript": "^5.4.5"
    },
    "dependencies": {}
}
