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"
|
|
|
|
},
|
2020-07-04 17:56:28 +02:00
|
|
|
"bin": {
|
|
|
|
"vk-music-dl": "./index.js"
|
|
|
|
},
|
|
|
|
"author": "HugoPoi",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://home.hugopoi.net/gitea/hugopoi/vk-music-dl"
|
|
|
|
},
|
2020-07-04 18:04:10 +02:00
|
|
|
"files": [
|
|
|
|
"index.js",
|
|
|
|
"README.md"
|
|
|
|
],
|
2020-07-04 17:56:28 +02:00
|
|
|
"license": " GPL-3.0-or-later",
|
2020-07-01 22:22:11 +02:00
|
|
|
"dependencies": {
|
2020-07-04 16:28:49 +02:00
|
|
|
"bluebird": "^3.7.2",
|
2020-07-01 22:22:11 +02:00
|
|
|
"cheerio": "^1.0.0-rc.3",
|
2020-07-01 22:23:59 +02:00
|
|
|
"debug": "^4.1.1",
|
|
|
|
"dotenv": "^8.2.0",
|
|
|
|
"leven": "^3.1.0",
|
2020-07-04 17:56:28 +02:00
|
|
|
"lodash": "^4.17.15",
|
2020-07-04 16:28:49 +02:00
|
|
|
"m3u": "0.0.2",
|
|
|
|
"node-fetch": "^2.6.0"
|
2020-07-01 22:23:59 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {}
|
2020-07-01 22:22:11 +02:00
|
|
|
}
|