youtube-cue/package.json

41 lines
827 B
JSON

{
"name": "youtube-ripper",
"version": "1.0.0",
"description": "rips entire albums from youtube videos",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"author": "Nemo <npm@captnemo.in>",
"license": "MIT",
"devDependencies": {
"mocha": "^8.4.0"
},
"dependencies": {
"console-log-level": "^1.4.1",
"get-artist-title": "^1.3.1",
"meow": "^10.0.0",
"ora": "^5.4.0"
},
"repository": {
"type": "git",
"url": "https://github.com/captn3m0/youtube-ripper"
},
"keywords": [
"youtube-ripper",
"youtube",
"download",
"youtube-dl",
"ffmpeg",
"split",
"album",
"avconv",
"cue",
"ripper"
],
"bugs": {
"url": "https://github.com/captn3m0/youtube-ripper/issues"
},
"homepage": "https://github.com/captn3m0/youtube-ripper"
}