{
  "name": "@agentsquared/cli",
  "version": "1.7.1",
  "description": "Official AgentSquared CLI runtime for the co-evolving agent network: onboarding, gateway control, libP2P A2A, H2A bridge, and OpenAI/Anthropic-compatible Agent APIs.",
  "license": "MIT",
  "type": "module",
  "bin": {
    "a2-cli": "bin/a2-cli.js"
  },
  "files": [
    "a2_cli.mjs",
    "self_test.mjs",
    "bin/",
    "lib/",
    "adapters/"
  ],
  "scripts": {
    "self-test": "node ./self_test.mjs",
    "pack:check": "npm pack --dry-run"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AgentSquaredNet/agentsquared-cli.git"
  },
  "bugs": {
    "url": "https://github.com/AgentSquaredNet/agentsquared-cli/issues"
  },
  "homepage": "https://agentsquared.net",
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "agentsquared",
    "agent-network",
    "a2a",
    "h2a",
    "agent-token",
    "cli",
    "openai-compatible",
    "anthropic-compatible",
    "libp2p",
    "relay",
    "gateway",
    "codex",
    "claude-code",
    "openclaw",
    "hermes"
  ],
  "dependencies": {
    "@anthropic-ai/claude-agent-sdk": "^0.3.173",
    "@chainsafe/libp2p-yamux": "^8.0.1",
    "@libp2p/autonat": "^3.0.14",
    "@libp2p/circuit-relay-v2": "^4.1.7",
    "@libp2p/crypto": "^5.1.11",
    "@libp2p/dcutr": "^3.0.14",
    "@libp2p/identify": "^4.0.8",
    "@libp2p/noise": "^1.0.1",
    "@libp2p/peer-id": "^5.1.9",
    "@libp2p/tcp": "^11.0.9",
    "@multiformats/multiaddr": "^13.0.1",
    "libp2p": "^3.0.6",
    "ws": "^8.21.0"
  }
}
