{
  "name": "iobroker.bosesoundtouch",
  "version": "0.12.0",
  "description": "Integration for Bose SoundTouch speakers",
  "author": "sven_s_ter <sven_s_ter@icloud.com>",
  "contributors": [
    "SwedishChef <swedish.chef@gmx.at>",
    "sven_s_ter <sven_s_ter@icloud.com>",
    "Apollon77",
    "iobroker-community-adapters <iobroker-community-adapters@gmx.de>"
  ],
  "homepage": "https://github.com/iobroker-community-adapters/ioBroker.bosesoundtouch",
  "license": "MIT",
  "keywords": [
    "ioBroker",
    "bosesoundtouch",
    "Smart Home",
    "home automation"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/iobroker-community-adapters/ioBroker.bosesoundtouch"
  },
  "engines": {
    "node": ">=22"
  },
  "dependencies": {
    "@iobroker/adapter-core": "^3.3.2",
    "es6-promise": "^4.2.8",
    "request": "^2.88.2",
    "string-format": "^2.0.0",
    "ws": "^8.16.0",
    "xml2js": "^0.6.2"
  },
  "devDependencies": {
    "@alcalzone/release-script": "^5.1.1",
    "@alcalzone/release-script-plugin-iobroker": "^5.1.2",
    "@alcalzone/release-script-plugin-license": "^5.1.1",
    "@alcalzone/release-script-plugin-manual-review": "^5.1.1",
    "@iobroker/adapter-dev": "^1.5.0",
    "@iobroker/eslint-config": "^2.2.0",
    "@iobroker/testing": "^5.2.2",
    "@tsconfig/node14": "^14.1.8",
    "@types/node": "^24.12.2",
    "typescript": "~5.9.3"
  },
  "main": "bosesoundtouch.js",
  "scripts": {
    "test:js": "mocha --config test/mocharc.custom.json \"{!(node_modules|test)/**/*.test.js,*.test.js,test/**/test!(PackageFiles|Startup).js}\"",
    "test:package": "mocha test/package --exit",
    "test:integration": "mocha test/integration --exit",
    "test": "npm run test:js && npm run test:package",
    "check": "tsc --noEmit -p tsconfig.check.json",
    "lint": "eslint -c eslint.config.mjs .",
    "translate": "translate-adapter",
    "release": "release-script"
  },
  "bugs": {
    "url": "https://github.com/iobroker-community-adapters/ioBroker.bosesoundtouch/issues"
  },
  "readmeFilename": "README.md"
}
