chordl
Version:
A music downloader that includes metadata, lyrics, and album covers, written in JavaScript
36 lines (35 loc) • 864 B
JSON
{
"name": "chordl",
"version": "1.0.0-beta2",
"description": "A music downloader that includes metadata, lyrics, and album covers, written in JavaScript",
"main": "src/Mona.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RealStr1ke/chordl.git"
},
"keywords": [
"music-download",
"spotify",
"youtube-dl",
"youtube",
"music",
"downloader"
],
"author": "RealStr1ke",
"license": "MIT",
"bugs": {
"url": "https://github.com/RealStr1ke/chordl/issues"
},
"homepage": "https://github.com/RealStr1ke/chordl#readme",
"dependencies": {
"axios": "^0.27.2",
"commander": "^9.2.0",
"node-fetch": "^2.6.7",
"spotify-web-api-js": "^1.5.2",
"youtube-dl-wrap": "^2.1.1"
},
"devDependencies": {}
}