{ "name": "youtube-ripper", "version": "1.0.0", "description": "rips entire albums from youtube videos", "main": "index.js", "scripts": { "test": "mocha" }, "author": "Nemo ", "license": "MIT", "devDependencies": { "mocha": "^8.1.0" }, "dependencies": { "console-log-level": "^1.4.1", "get-artist-title": "^1.2.0", "meow": "^7.0.1", "ora": "^2.1.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" }