UNPKG

ytmp

Version:

A very lightweight YouTube-based music player

33 lines (32 loc) 742 B
{ "name": "ytmp", "version": "1.1.1", "description": "A very lightweight YouTube-based music player", "main": "index.js", "repository": "github:lezsakdomi/ytmp", "author": "Domonkos Lezsák <lezsakdomi1@gmail.com>", "license": "MIT", "keywords": [ "youtube", "music", "cli" ], "bugs": "https://github.com/lezsakdomi/ytmp/issues", "files": [ "index.js", "app.js" ], "bin": "./app.js", "scripts": { "start": "node app.js --audio --saveinfo --verbose -- \"$(read -p \"Search: \" string; echo \"$string\")\"" }, "dependencies": { "minimist": "^1.2.0", "ytdl-core": "^1.0.3", "ytpl": "lezsakdomi/node-ytpl", "ytsr": "^0.1.10" }, "engines": { "node": ">=11.0.0" } }