{
  "name": "@acp-kit/core",
  "version": "0.10.2",
  "description": "Agent Client Protocol framework and runtime for launching ACP agents, managing auth and permissions, normalizing session events, and building agent clients on top of @agentclientprotocol/sdk.",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./node": {
      "types": "./dist/node.d.ts",
      "import": "./dist/node.js"
    }
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "keywords": [
    "acp",
    "agent-client-protocol",
    "agent-client-protocol-framework",
    "acp-kit",
    "acp-framework",
    "acp-runtime",
    "agent",
    "client",
    "protocol",
    "framework",
    "agent-client",
    "agent-protocol",
    "agent-framework",
    "agent-runtime",
    "ai-agent-framework",
    "ai-agent-runtime",
    "runtime",
    "llm",
    "llm-agents",
    "ai-agents",
    "copilot",
    "claude",
    "claude-code",
    "codex",
    "gemini",
    "qwen",
    "opencode",
    "json-rpc",
    "sse",
    "agents"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AcpKit/acp-kit.git",
    "directory": "packages/core"
  },
  "homepage": "https://acpkit.github.io/acp-kit/",
  "bugs": {
    "url": "https://github.com/AcpKit/acp-kit/issues"
  },
  "author": "ACP Kit contributors",
  "license": "MIT",
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "engines": {
    "node": ">=20.11"
  },
  "dependencies": {
    "@agentclientprotocol/sdk": "^0.18.0"
  }
}
