{
  "name": "@caputchin/game-leaf-memory",
  "version": "0.5.0",
  "description": "Match pairs of tropical leaves. A Caputchin first-party game.",
  "keywords": [
    "caputchin",
    "caputchin-game",
    "captcha",
    "memory",
    "game"
  ],
  "homepage": "https://github.com/Caputchin/caputchin-games#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/Caputchin/caputchin-games",
    "directory": "packages/leaf-memory"
  },
  "license": "MIT",
  "private": false,
  "type": "module",
  "files": [
    "dist",
    "caputchin.json",
    ".caputchin",
    "LICENSE"
  ],
  "sideEffects": false,
  "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"
  }
}