{
  "name": "@distube/spotify",
  "version": "2.0.2",
  "author": "Skick (https://github.com/skick1234)",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/distubejs/extractor-plugins.git"
  },
  "main": "./dist/index.js",
  "devDependencies": {
    "@types/node": "^20.14.2",
    "@types/spotify-web-api-node": "^5.0.11",
    "discord.js": "^14.15.3",
    "distube": "^5.0.2",
    "eslint": "^8.57.0",
    "eslint-config-distube": "^1.7.0",
    "prettier": "^3.3.2",
    "tslib": "^2.6.3",
    "tsup": "^8.1.0",
    "typescript": "^5.4.5"
  },
  "exports": "./dist/index.js",
  "bugs": {
    "url": "https://github.com/distubejs/extractor-plugins/issues"
  },
  "description": "A DisTube extractor plugin for supporting Spotify.",
  "directories": {
    "lib": "src"
  },
  "files": [
    "dist"
  ],
  "funding": "https://github.com/skick1234/DisTube?sponsor",
  "homepage": "https://github.com/distubejs/extractor-plugins/tree/main/packages/soundcloud#readme",
  "keywords": [
    "distube",
    "plugin",
    "discord",
    "music"
  ],
  "license": "MIT",
  "nano-staged": {
    "*.ts": [
      "prettier --write",
      "eslint"
    ],
    "*.{json,yml,yaml}": [
      "prettier --write"
    ]
  },
  "peerDependencies": {
    "distube": "5"
  },
  "typings": "./dist/index.d.ts",
  "dependencies": {
    "spotify-uri": "^4.1.0",
    "spotify-url-info": "^3.2.15",
    "spotify-web-api-node": "^5.0.2",
    "undici": "^6.18.2"
  },
  "scripts": {
    "format": "prettier --write \"**/*.{js,ts,json,yml,yaml,md}\"",
    "lint": "eslint .",
    "build": "tsup",
    "type": "tsc --noEmit"
  }
}