UNPKG

@notreallyr8/mp3

Version:

CLI music player with playlists, shuffle, multi-format support

30 lines (29 loc) 591 B
{ "name": "@notreallyr8/mp3", "version": "0.1.1", "description": "CLI music player with playlists, shuffle, multi-format support", "main": "lib/player.js", "bin": { "nr8-mp3": "bin/cli.js" }, "type": "module", "scripts": { "start": "node ./bin/cli.js" }, "keywords": [ "music", "player", "cli", "mp3", "shuffle", "playlist" ], "author": "Your Name <you@example.com>", "license": "MIT", "dependencies": { "@notreallyr8/mp3": "^0.1.0", "fluent-ffmpeg": "^2.1.2", "readline-sync": "^1.4.10", "speaker": "^0.5.4" } }