{
  "name": "@caputchin/game-whack-a-monkey",
  "version": "0.4.0",
  "description": "Tap the monkeys before they duck, leave the jungle decoys alone. A Caputchin first-party game.",
  "keywords": [
    "caputchin",
    "caputchin-game",
    "captcha",
    "whack-a-mole",
    "monkey",
    "tap",
    "arcade",
    "game"
  ],
  "homepage": "https://github.com/Caputchin/caputchin-games#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/Caputchin/caputchin-games",
    "directory": "packages/whack-a-monkey"
  },
  "license": "MIT",
  "private": false,
  "type": "module",
  "files": [
    "dist",
    "caputchin.json",
    ".caputchin",
    "LICENSE",
    "THIRD-PARTY-NOTICES.md"
  ],
  "sideEffects": [
    "./dist/whack-a-monkey.js"
  ],
  "devDependencies": {
    "@caputchin/determinism": "^0.2.0",
    "@caputchin/engine-kit": "^0.5.0",
    "@caputchin/game-sdk": "^3.2.0",
    "@caputchin/replay-contract": "^0.3.0",
    "@types/node": "^20.0.0",
    "happy-dom": "^15.0.0",
    "tsup": "^8.0.0",
    "typescript": "^5.4.0",
    "vitest": "^2.0.0"
  },
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "test:watch": "vitest",
    "check": "caputchin-selfcheck dist/run.js"
  }
}