{ "name": "vk-music-dl", "version": "1.0.0", "description": "Download playlist from Spotify as mp3 from VKontact", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "dependencies": { "bluebird": "^3.7.2", "cheerio": "^1.0.0-rc.3", "debug": "^4.1.1", "dotenv": "^8.2.0", "leven": "^3.1.0", "m3u": "0.0.2", "node-fetch": "^2.6.0" }, "devDependencies": {} }