{
  "name": "node-red-contrib-sonos-plus",
  "version": "6.9.5",
  "description": "A set of Node-RED nodes to control SONOS player in your local network.",
  "main": "index.js",
  "scripts": {
    "DEV-generate-docs": "cd C:/Users/hekla/Development/node-red-contrib-sonos-plus && jsdoc -c mydoc.json",
    "TEST-mtnc-nodered-version": "npm list node-red -g",
    "TEST-mtnc-nodered-update": "npm install node-red@latest -g",
    "TEST-mtnc-node-red-modules-versions": "cd C:/Users/hekla/.node-red && npm list --depth=0",
    "TEST-mtnc-node-red-modules-outdated": "cd C:/Users/hekla/.node-red && npm outdated",
    "TEST-rdply-mypackage-dependencies": "cd C:/Users/hekla/.node-red && npm install C:/Users/hekla/Development/node-red-contrib-sonos-plus",
    "TEST-rdply-mypackge-code": "not necessary as that is linked to development directory",
    "TEST-strt-server": "NODE-RED",
    "TEST-all": "mocha",
    "TEST-Helper_ECMA": "mocha ./test/Helper.mjs",
    "TEST-regex_ECMA": "mocha ./test/regex.mjs",
    "TEST-Extensions_ECMA": "mocha ./test/Extensions.mjs"
  },
  "keywords": [
    "sonos",
    "node-red",
    "music",
    "node-red-contrib-sonos-plus"
  ],
  "node-red": {
    "version": ">=4.0.0",
    "nodes": {
      "sonos-config": "src/sonos-config.js",
      "sonos-manage-mysonos": "src/sonos-manage-mysonos.js",
      "sonos-universal": "src/sonos-universal.js"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/hklages/node-red-contrib-sonos-plus"
  },
  "bugs": {
    "url": "https://github.com/hklages/node-red-contrib-sonos-plus/issues"
  },
  "homepage": "https://github.com/hklages/node-red-contrib-sonos-plus/wiki",
  "author": "hklages",
  "license": "MIT",
  "dependencies": {
    "@svrooij/sonos": "2.6.0-beta.10",
    "axios": "^1.13.6",
    "fast-xml-parser": "^4.5.4"
  },
  "devDependencies": {
    "chai": "^5.3.3",
    "debug": "^4.5.4",
    "mocha": "^7.2.0",
    "typescript-eslint": "^8.38.0"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}