{
  "name": "blun-king-cli",
  "version": "9.1.605",
  "description": "BLUN CLI - your own AI agent with a Telegram channel. Get it done. With BLUN.",
  "license": "MIT",
  "bin": {
    "blun": "bin/blun.js",
    "king": "bin/king.js"
  },
  "scripts": {
    "test": "node --test test/*.test.js",
    "postinstall": "node scripts/fix-node-pty-perms.js",
    "prepack": "node bin/verify-bundled-agent-sources.cjs"
  },
  "engines": {
    "node": ">=24.15.0"
  },
  "os": [
    "darwin",
    "win32"
  ],
  "cpu": [
    "x64",
    "arm64"
  ],
  "optionalDependencies": {
    "@mariozechner/clipboard": "^0.3.9",
    "node-pty": "^1.1.0"
  },
  "dependencies": {
    "quickjs-emscripten": "0.32.0"
  },
  "files": [
    "CHANGELOG.md",
    "bin/",
    "blun.mjs",
    "worker-host.mjs",
    "codebase-index/",
    "dist-web/",
    "native/",
    "scripts/fix-node-pty-perms.js",
    "standard-skills/",
    "standard-tools/",
    "agent-spine-plugin/",
    "agent-spine-plugin/.claude-plugin/",
    "agent-spine-plugin/.codex-plugin/",
    "agent-spine-plugin/.mcp.json",
    "bundled-agent-sources.json",
    "telegram-plugin/",
    "LIESMICH.txt"
  ],
  "keywords": [
    "blun",
    "ai",
    "agent",
    "cli",
    "assistant"
  ],
  "author": "BLUN",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "type": "commonjs"
}
