41 lines
838 B
JSON
41 lines
838 B
JSON
{
|
|
"name": "vk-music-dl",
|
|
"version": "1.0.6",
|
|
"description": "Download Spotify playlist as mp3 from VKontakte",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"bin": {
|
|
"vk-music-dl": "./index.js"
|
|
},
|
|
"author": "HugoPoi",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://home.hugopoi.net/gitea/hugopoi/vk-music-dl"
|
|
},
|
|
"keywords": [
|
|
"vkontakte",
|
|
"spotify",
|
|
"mp3",
|
|
"downloader"
|
|
],
|
|
"files": [
|
|
"index.js",
|
|
"README.md"
|
|
],
|
|
"license": " GPL-3.0-or-later",
|
|
"dependencies": {
|
|
"bluebird": "^3.7.2",
|
|
"cheerio": "^1.0.0-rc.3",
|
|
"debug": "^4.1.1",
|
|
"dotenv": "^8.2.0",
|
|
"leven": "^3.1.0",
|
|
"lodash": "^4.17.15",
|
|
"m3u": "0.0.2",
|
|
"node-fetch": "^2.6.0",
|
|
"promisepipe": "^3.0.0"
|
|
},
|
|
"devDependencies": {}
|
|
}
|