{
  "name": "yun-playlist-downloader",
  "version": "3.7.0",
  "packageManager": "pnpm@10.12.4+sha512.5ea8b0deed94ed68691c9bad4c955492705c5eeb8a87ef86bc62c74a26b037b08ff9570f108b2e4dbd1dd1a9186fea925e527f141c648e85af45631074680184",
  "description": "NetEase CloudMusic downloader",
  "type": "module",
  "keywords": [
    "163",
    "cloudmusic",
    "yunyinyue"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git@github.com:magicdawn/yun-playlist-downloader.git"
  },
  "author": "magicdawn",
  "files": [
    "CHANGELOG.md",
    "README.md",
    "dist/",
    "package.json"
  ],
  "main": "dist/index.js",
  "bin": {
    "yun": "dist/cli.js"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "prepare": "husky",
    "typecheck": "tsc --noEmit",
    "dev": "tsup --watch",
    "build": "tsup",
    "test": "vitest run",
    "test:watch": "vitest",
    "test-cover": "vitest run --coverage",
    "prepublishOnly": "pnpm typecheck && pnpm test && pnpm build"
  },
  "dependencies": {
    "NeteaseCloudMusicApi": "^4.27.0",
    "cleye": "^1.3.4",
    "cli-table3": "^0.6.5",
    "debug": "^4.4.1",
    "dl-vampire": "^2.1.6",
    "es-toolkit": "^1.39.5",
    "filenamify": "^6.0.0",
    "fs-extra": "^11.3.0",
    "got": "^14.4.7",
    "humanize-duration": "^3.33.0",
    "ink": "^6.0.1",
    "ink-spinner": "^5.0.0",
    "log-symbols": "^7.0.1",
    "moment": "^2.30.1",
    "ms": "^2.1.3",
    "picocolors": "^1.1.1",
    "promise.map": "^1.1.3",
    "promise.retry": "^2.1.0",
    "rc": "^1.2.8",
    "react": "^19.1.0",
    "update-notifier": "^7.3.1",
    "valtio": "^2.1.5",
    "yargs": "^18.0.0",
    "zod": "^3.25.67",
    "zod-validation-error": "^3.5.2"
  },
  "devDependencies": {
    "@magicdawn/eslint-config": "^1.5.5",
    "@magicdawn/prettier-config": "^0.1.0",
    "@types/debug": "^4.1.12",
    "@types/fs-extra": "^11.0.4",
    "@types/humanize-duration": "^3.27.4",
    "@types/ms": "^2.1.0",
    "@types/node": "^24.0.6",
    "@types/rc": "^1.2.4",
    "@types/react": "^19.1.8",
    "@types/update-notifier": "^6.0.8",
    "@types/yargs": "17.0.33",
    "@vitest/coverage-v8": "^3.2.4",
    "eslint": "^9.30.0",
    "husky": "^9.1.7",
    "lint-staged": "^16.1.2",
    "prettier": "^3.6.2",
    "should": "^13.2.3",
    "tsup": "^8.5.0",
    "type-fest": "^4.41.0",
    "typescript": "^5.8.3",
    "vite-tsconfig-paths": "^5.1.4",
    "vitest": "^3.2.4"
  },
  "engines": {
    "node": ">=20"
  },
  "lint-staged": {
    "*.{?(c|m)(j|t)s?(x),json,y?(a)ml}": [
      "eslint --fix",
      "prettier --write"
    ],
    "!*.{?(c|m)(j|t)s?(x),json,y?(a)ml}": [
      "prettier --write --ignore-unknown"
    ]
  },
  "prettier": "@magicdawn/prettier-config"
}
