vk-music-dl/package.json

16 lines
335 B
JSON
Raw Normal View History

2020-07-01 22:22:11 +02:00
{
"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": {
"cheerio": "^1.0.0-rc.3",
"debug": "^4.1.1"
}
}