{
  "name": "soundtouch-api",
  "version": "2.0.0",
  "description": "SoundTouch API using TypeScript",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "keywords": [
    "soundtouch"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/bbriatte/soundtouch-api.git"
  },
  "author": "bbriatte",
  "license": "BSD",
  "dependencies": {
    "axios": "^1.3.6",
    "bonjour": "^3.5.0",
    "xml2js": "^0.5.0"
  },
  "devDependencies": {
    "@types/bonjour": "^3.5.10",
    "@types/node": "^18.16.1",
    "@types/xml2js": "^0.4.11",
    "typescript": "^5.0.4"
  }
}
