{
  "name": "iobroker.bosesoundtouch",
  "version": "0.13.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.4.1",
    "es6-promise": "^4.2.8",
    "request": "^2.88.2",
    "string-format": "^2.0.0",
    "ws": "^8.21.0",
    "xml2js": "^0.6.2"
  },
  "devDependencies": {
    "@alcalzone/release-script": "^5.2.1",
    "@alcalzone/release-script-plugin-iobroker": "^5.2.0",
    "@alcalzone/release-script-plugin-license": "^5.2.0",
    "@alcalzone/release-script-plugin-manual-review": "^5.2.0",
    "@iobroker/adapter-dev": "^1.5.0",
    "@iobroker/eslint-config": "^2.3.4",
    "@iobroker/testing": "^5.2.2",
    "@tsconfig/node22": "^22.0.5",
    "@types/node": "^22.20.0",
    "typescript": "~6.0.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",
  "files": [
    "admin{,/!(src)/**}/!(tsconfig|tsconfig.*|.eslintrc).{json,json5}",
    "admin{,/!(src)/**}/*.{html,css,png,svg,jpg,js}",
    "lib/",
    "www/",
    "io-package.json",
    "LICENSE",
    "bosesoundtouch.js",
    "soundtouchsocket.js"
  ]
}
