{
  "name": "@caputchin/game-blockfall",
  "version": "0.3.0",
  "description": "Stack the falling blocks and clear lines to prove you're human. A KAPLAY-engine captcha. A Caputchin first-party game.",
  "keywords": [
    "caputchin",
    "caputchin-game",
    "captcha",
    "kaplay",
    "tetromino",
    "puzzle",
    "game"
  ],
  "homepage": "https://github.com/Caputchin/caputchin-games#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/Caputchin/caputchin-games",
    "directory": "packages/blockfall"
  },
  "license": "MIT",
  "private": false,
  "type": "module",
  "files": [
    "dist",
    "caputchin.json",
    ".caputchin",
    "LICENSE",
    "THIRD-PARTY-NOTICES.md"
  ],
  "sideEffects": [
    "./dist/blockfall.js"
  ],
  "devDependencies": {
    "@caputchin/game-sdk": "^3.2.0",
    "@caputchin/preset-kaplay": "^0.4.0",
    "@caputchin/replay-selfcheck": "^0.2.0",
    "@types/node": "^20.0.0",
    "happy-dom": "^15.0.0",
    "kaplay": "3001.0.19",
    "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": "node scripts/check.mjs"
  }
}