{
  "terms_accepted": true,
  "license": "MIT",
  "marketplace": {
    "name": "Whack-a-Monkey",
    "description": "Tap the monkeys as they peek out, leave the jungle animals alone.",
    "preview": "preview.png",
    "categories": [
      "Arcade",
      "Reflex"
    ],
    "support": {
      "responsive": true,
      "touch": true,
      "keyboard": false,
      "screenReader": true,
      "audio": "optional"
    },
    "author": {
      "name": "Caputchin",
      "url": "https://caputchin.com"
    }
  },
  "npm": "@caputchin/game-whack-a-monkey",
  "entry": "dist/whack-a-monkey.js",
  "run": {
    "entry": "dist/run.js"
  },
  "preferred": {
    "width": 800,
    "height": 450,
    "layout": "modal"
  },
  "minSolveMs": 2500
}
