{
  "name": "jumpurr",
  "version": "1.0.10",
  "description": "jumpurr is a terminal-based game where you control a cat running through a retro-style environment, avoiding obstacles and collecting items.",
  "main": "index.js",
  "bin": {
    "jumpurr": "bin/index.js"
  },
  "scripts": {
    "prepare": "node scripts/ensure-executable.js"
  },
  "author": "Parth Patil",
  "license": "ISC",
  "dependencies": {
    "ansi-colors": "^4.1.3",
    "blessed": "^0.1.81"
  },
  "files": [
    "bin/",
    "scripts/",
    "index.js",
    "README.md"
  ],
  "keywords": [
    "terminal-game",
    "ascii-game",
    "cat",
    "jump",
    "blessed",
    "retro-game",
    "cli-game",
    "arcade",
    "nodejs",
    "ansi-colors",
    "fun"
  ]
}
