{
  "name": "@myclaw163/clawclaw-cli",
  "version": "0.6.94",
  "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"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "files": [
    "bin/",
    "src/",
    "personas/",
    "scripts/",
    "skills/"
  ],
  "scripts": {
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "test:watch": "vitest",
    "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": {
    "commander": "^12.0.0",
    "esbuild": "~0.28.0",
    "skills": "1.5.1",
    "tsx": "^4.0.0",
    "undici": "^6.21.3",
    "ws": "^8.16.0"
  },
  "devDependencies": {
    "@types/node": "^20.0.0",
    "@types/ws": "^8.5.10",
    "typescript": "^5.4.0",
    "vitest": "^3.1.0"
  }
}
