UNPKG

pl2mp3

Version:

Watches Youtube Playlists and automatically downloads & converts them to mp3

59 lines (58 loc) 1.31 kB
{ "name": "pl2mp3", "version": "1.1.0", "description": "Watches Youtube Playlists and automatically downloads & converts them to mp3", "main": "cli.js", "directories": { "doc": "doc" }, "scripts": {}, "author": "Julian Beck", "license": "ISC", "dependencies": { "@ffmpeg-installer/ffmpeg": "^1.0.15", "@ffprobe-installer/ffprobe": "^1.0.9", "chalk": "^2.4.1", "ffmetadata": "^1.5.0", "fluent-ffmpeg": "^2.1.2", "inquirer": "^6.2.2", "lowdb": "^1.0.0", "meow": "^5.0.0", "node-ffprobe": "github:ListenerApproved/node-ffprobe", "node-notifier": "^5.2.1", "ora": "^3.2.0", "sanitize-filename": "^1.6.1", "upath": "^1.1.0", "update-notifier": "^2.5.0", "ytdl-core": "^0.20.4", "ytpl": "^0.1.14" }, "files": [ "README.md", "cli.js", "db.js", "download.js", "init.js", "reset.js", "playlist.js", "sampleConfig.json" ], "keywords": [ "Youtube", "Youtube Playlist", "Watcher", "Automatic", "to Mp3", "Playlist to Mp3", "split audio" ], "preferGlobal": true, "bin": { "pl2mp3": "./cli.js" }, "repository": { "type": "git", "url": "https://github.com/jufabeck2202/pl2mp3" }, "homepage": "https://github.com/jufabeck2202/pl2mp3#readme" }