UNPKG

netease-music-downloader

Version:
60 lines 1.42 kB
{ "name": "netease-music-downloader", "version": "1.5.0", "description": "Download music from NetEase Cloud Music", "main": "dist/index.js", "bin": { "netease-music-downloader": "./dist/index.js", "netease-dl": "./dist/index.js" }, "files": [ "dist", "README.md" ], "publishConfig": { "access": "public" }, "keywords": [ "netease", "music", "downloader", "cli", "netease-cloud-music", "music-downloader", "网易云音乐" ], "author": { "name": "Gaohaoyang", "url": "https://github.com/Gaohaoyang" }, "repository": { "type": "git", "url": "git+https://github.com/Gaohaoyang/netease-music-downloader.git" }, "bugs": { "url": "https://github.com/Gaohaoyang/netease-music-downloader/issues" }, "homepage": "https://github.com/Gaohaoyang/netease-music-downloader#readme", "license": "MIT", "dependencies": { "@octokit/rest": "^19.0.7", "archiver": "^5.3.1", "axios": "^1.6.7", "cheerio": "^1.0.0-rc.12", "cli-progress": "^3.12.0", "commander": "^12.0.0", "glob": "^10.3.10" }, "devDependencies": { "@types/cli-progress": "^3.11.5", "@types/node": "^20.10.6", "ts-node": "^10.9.2", "ts-node-dev": "^2.0.0", "typescript": "^5.3.3" }, "scripts": { "start": "ts-node src/index.ts", "build": "tsc", "dev": "ts-node-dev --respawn src/index.ts" } }