UNPKG

emoji-guess

Version:

Emoji Quest is an interactive command-line game designed for fun! 🎉 Challenge yourself to decode emoji combinations while enjoying vibrant terminal animations. No pressure—just pure fun! 😃

46 lines (45 loc) • 806 B
{ "name": "emoji-guess", "version": "1.0.2", "main": "index.js", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "bin": { "emoji-guess": "index.js" }, "keywords": [ "emoji", "game", "cli", "terminal", "quiz", "interactive", "command-line", "node", "fun", "puzzle", "chalk", "animation", "terminal-game", "emoji-game", "nodejs-game", "cli-game", "quiz-game", "entertainment", "educational", "terminal-ui" ], "author": "", "license": "ISC", "description": "", "dependencies": { "chalk": "^5.4.1", "chalk-animation": "^2.0.3", "figlet": "^1.8.0", "gradient-string": "^3.0.0", "inquirer": "^12.4.2", "nanospinner": "^1.2.2" } }