{
  "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"
  }
}
