qobuz-dl-cli
Version:
CLI downloader for Qobuz-DL instances
31 lines (30 loc) • 689 B
JSON
{
"name": "qobuz-dl-cli",
"version": "0.0.2",
"description": "CLI downloader for Qobuz-DL instances",
"preferGlobal": true,
"main": "./bin/index.mjs",
"bin": {
"qdc": "./bin/index.mjs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ckcr4lyf/qobuz-dl-cli.git"
},
"keywords": [
"qobuz",
"ffmpeg"
],
"author": "Raghu Saxena",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/ckcr4lyf/qobuz-dl-cli/issues"
},
"homepage": "https://github.com/ckcr4lyf/qobuz-dl-cli#readme",
"dependencies": {
"@ckcr4lyf/logger": "^0.0.7"
}
}