{
  "name": "ryan-kazagumo",
  "version": "1.0.0",
  "description": "A comprehensive Kazagumo plugin providing advanced multi-platform music integration with intelligent URL parsing and cross-service search capabilities. Supports 10 major platforms including Apple Music, Deezer, Spotify, Tidal, Qobuz, JioSaavn, Yandex Music, VK Music, YouTube Music, and SoundCloud.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/**/*",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build",
    "clean": "rm -rf dist",
    "dev": "tsc --watch",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "kazagumo",
    "lavalink",
    "music",
    "discord",
    "bot",
    "plugin",
    "apple-music",
    "deezer",
    "spotify",
    "tidal",
    "qobuz",
    "jiosaavn",
    "yandex-music",
    "vk-music",
    "youtube-music",
    "soundcloud",
    "lavasrc",
    "shoukaku",
    "discord.js"
  ],
  "author": "RY4N",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ryanisnomore/kazagumo-ryan.git"
  },
  "bugs": {
    "url": "https://github.com/ryanisnomore/kazagumo-ryan/issues"
  },
  "homepage": "https://github.com/ryanisnomore/kazagumo-ryan#readme",
  "engines": {
    "node": ">=16.0.0"
  },
  "peerDependencies": {
    "kazagumo": "^3.3.0"
  },
  "dependencies": {
    "undici": "^7.12.0"
  },
  "devDependencies": {
    "@types/node": "^24.0.15",
    "typescript": "^5.8.3"
  }
}
