UNPKG

spotify-dl

Version:

Spotify Songs, Playlist & Album Downloader

56 lines (55 loc) 1.2 kB
{ "name": "spotify-dl", "productName": "Spotify Downloader", "version": "1.1.2", "description": "Spotify Songs, Playlist & Album Downloader", "main": "app.js", "bin": { "spotifydl": "cli.js" }, "scripts": { "test": "echo \"Type spotifydl for help.\"", "start": "./cli.js" }, "repository": { "type": "git", "url": "git+https://github.com/SwapnilSoni1999/spotify-dl.git" }, "keywords": [ "spotify-dl", "spotifydl", "spotify-downloader" ], "type": "module", "author": "Swapnil Soni", "license": "ISC", "dependencies": { "axios": "^0.25.0", "express": "^4.18.1", "fluent-ffmpeg": "^2.1.2", "genius-lyrics": "^4.4.3", "meow": "^10.1.3", "node-id3": "^0.2.6", "open": "^8.0.9", "ora": "^6.1.2", "puppeteer": "^13.7.0", "request": "^2.88.2", "sponsorblock-api": "^0.2.2", "spotify-web-api-node": "^5.0.0", "string-similarity": "^4.0.4", "yt-search": "^2.10.3", "ytdl-core": "^4.11.3" }, "xo": { "space": true, "prettier": true, "envs": [ "node" ] }, "devDependencies": { "eslint": "^8.20.0", "prettier": "^2.7.1", "xo": "^0.47.0" } }