UNPKG

lyric-karaoke-cli

Version:

A CLI application for displaying song lyrics in a karaoke-style format

48 lines (47 loc) 1.08 kB
{ "name": "lyric-karaoke-cli", "version": "1.0.0", "description": "A CLI application for displaying song lyrics in a karaoke-style format", "main": "index.js", "bin": { "lyric-karaoke": "./index.js" }, "scripts": { "test": "node test.js", "start": "node index.js", "clear-cache": "rm -rf .cache", "prepublishOnly": "npm test" }, "keywords": [ "lyrics", "karaoke", "cli", "music", "songs", "terminal", "interactive", "lyrics-display", "text-based", "singing" ], "author": "Keaton Bruckelmyer <keaton.bruckelmyer@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/keatonb/lyric-karaoke-cli.git" }, "bugs": { "url": "https://github.com/keatonb/lyric-karaoke-cli/issues" }, "homepage": "https://github.com/keatonb/lyric-karaoke-cli#readme", "publishConfig": { "access": "public" }, "type": "commonjs", "dependencies": { "axios": "^1.8.1", "chalk": "^4.1.2", "dotenv": "^16.4.7", "inquirer": "^8.2.4" } }