{
  "name": "homebridge-sonos-spotify-playlist",
  "version": "1.1.2",
  "description": "Homebridge plugin to control Sonos Spotify playlists via node-sonos-http-api",
  "main": "src/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "homebridge-plugin",
    "sonos",
    "spotify"
  ],
  "engines": {
    "node": ">=18.20.4",
    "homebridge": ">=1.9.0"
  },
  "dependencies": {
    "axios": "^1.7.2",
    "child-process-promise": "^2.2.1"
  },
  "peerDependencies": {
    "homebridge": ">=1.9.0"
  },
  "author": "johncronin3",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/johncronin3/homebridge-sonos-spotify-playlist.git"
  },
  "bugs": {
    "url": "https://github.com/johncronin3/homebridge-sonos-spotify-playlist/issues"
  },
  "homepage": "https://github.com/johncronin3/homebridge-sonos-spotify-playlist#readme"
}