{
  "name": "agentto",
  "version": "0.5.35",
  "description": "agentto connector — links your locally-installed AI agent CLIs through link.agentto.net to Agent to Dashboard (dash.agentto.net). Run `agentto` for a TUI.",
  "type": "module",
  "bin": {
    "agentto": "index.mjs",
    "agentto-mcp": "mcp-server.mjs"
  },
  "scripts": {
    "postinstall": "node postinstall.mjs",
    "check": "node scripts/check-syntax.mjs",
    "test": "node --test tests/*.test.mjs",
    "ci": "npm run check && npm test"
  },
  "files": [
    "index.mjs",
    "adapters.mjs",
    "agent-data-plane.mjs",
    "agent-catalog.mjs",
    "agent-detection.mjs",
    "agent-runners.mjs",
    "api-client.mjs",
    "attachments.mjs",
    "capability-router.mjs",
    "capabilities.mjs",
    "e2e-channel.mjs",
    "channel-registry.mjs",
    "cli-paths.mjs",
    "commands.mjs",
    "connector-args.mjs",
    "cron-task-store.mjs",
    "daemon-commands.mjs",
    "daemon-controller.mjs",
    "daemon-process.mjs",
    "daemon-state.mjs",
    "delivery.mjs",
    "delivery-command.mjs",
    "direct-peer.mjs",
    "host/file-service.mjs",
    "host/terminal-service.mjs",
    "local-agent-state.mjs",
    "local-repl.mjs",
    "local-reply.mjs",
    "model-probes.mjs",
    "mcp-server.mjs",
    "mcp-tools.mjs",
    "native-runtime-manager.mjs",
    "native-status.mjs",
    "native/hermes-adapter.mjs",
    "native/openclaw-adapter.mjs",
    "native/secret-resolver.mjs",
    "native/session-bridge.mjs",
    "output-cleaners.mjs",
    "pairing-ui.mjs",
    "peer-client.mjs",
    "peer-command.mjs",
    "peer-context.mjs",
    "peer-route.mjs",
    "remote-reply.mjs",
    "remote-turn.mjs",
    "runtime-utils.mjs",
    "runtime-rpc.mjs",
    "schedule-format.mjs",
    "schedule-runtime.mjs",
    "schedule-service.mjs",
    "skill-manager.mjs",
    "safety.mjs",
    "session-frames.mjs",
    "session-store.mjs",
    "task-gate.mjs",
    "task-journal.mjs",
    "version-utils.mjs",
    "websocket-runtime.mjs",
    "tui-format.mjs",
    "tui-status.mjs",
    "postinstall.mjs",
    "README.md",
    "CHANGELOG.md"
  ],
  "engines": {
    "node": ">=18"
  },
  "dependencies": {
    "node-pty": "^1.1.0",
    "qrcode-terminal": "^0.12.0",
    "ws": "^8.21.0"
  },
  "license": "MIT"
}
