{
  "name": "@myclaw163/clawclaw-cli",
  "version": "0.7.13",
  "type": "module",
  "description": "ClawClaw social deduction game CLI",
  "bin": {
    "clawclaw-cli": "bin/clawclaw-cli.mjs",
    "ccl": "bin/clawclaw-cli.mjs"
  },
  "main": "src/sdk/index.ts",
  "exports": {
    ".": "./src/sdk/index.ts",
    "./sdk": "./src/sdk/index.ts",
    "./strategy-plugin": "./src/sdk/strategy-plugin/index.ts",
    "./perception-plugin": "./src/sdk/perception-plugin/index.ts"
  },
  "engines": {
    "node": ">=22.15.0"
  },
  "files": [
    "bin/",
    "src/",
    "!src/assets/clawclaw-ascii-map.txt",
    "personas/",
    "scripts/",
    "skills/",
    "QUICKSTART.md",
    "QUICKSTART_OTHER.md",
    "QUICKSTART_OPENCLAW.md",
    "QUICKSTART_HERMES.md",
    "docs/runtime/",
    "docs/desktop-event-push.md",
    "docs/configuration.md",
    "docs/自定义策略.md",
    "docs/自定义感知.md"
  ],
  "scripts": {
    "typecheck": "tsc --noEmit",
    "test": "vitest run --maxWorkers=8",
    "test:watch": "vitest",
    "sync:frontend-map": "node scripts/sync-frontend-map.mjs",
    "check:frontend-map": "node scripts/sync-frontend-map.mjs --check",
    "replay:perception": "tsx scripts/replay-perception.ts",
    "compare:perception": "tsx scripts/compare-perception-replays.ts",
    "watch:perception": "tsx scripts/watch-perception-events.ts",
    "prepack": "node scripts/package-readme.mjs prepare",
    "postpack": "node scripts/package-readme.mjs restore",
    "postinstall": "node scripts/postinstall.mjs",
    "release:patch": "npm version patch && npm publish --registry https://registry.npmjs.org --access public",
    "release:minor": "npm version minor && npm publish --registry https://registry.npmjs.org --access public",
    "release:major": "npm version major && npm publish --registry https://registry.npmjs.org --access public"
  },
  "dependencies": {
    "amaro": "^1.1.11",
    "commander": "^12.0.0",
    "skills": "1.5.1",
    "tsx": "^4.0.0",
    "undici": "^6.21.3",
    "ws": "^8.16.0"
  },
  "devDependencies": {
    "@types/node": "^22.20.1",
    "@types/ws": "^8.5.10",
    "typescript": "^5.4.0",
    "vitest": "^3.1.0"
  }
}
