{
  "name": "@coro-ai/runner",
  "version": "0.1.34",
  "description": "Coro Runner — local agent runtime, cloud control plane, and CLI (`coro` command).",
  "license": "BUSL-1.1",
  "engines": {
    "node": ">=20.0.0"
  },
  "main": "dist/cli/index.js",
  "bin": {
    "coro": "./dist/cli/index.js"
  },
  "files": [
    "dist",
    "dashboard-dist",
    "README.md",
    "scripts",
    "node_modules"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Coro-ai-framework/coro-developer-framework.git",
    "directory": "packages/runner"
  },
  "bugs": "https://github.com/Coro-ai-framework/coro-developer-framework/issues",
  "homepage": "https://coro.build",
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "coro",
    "ai",
    "agents",
    "workflow",
    "cli"
  ],
  "dependencies": {
    "@coro-ai/cloud-protocol": "0.1.34",
    "@coro-ai/intelligence-base": "0.1.34",
    "@coro-ai/llm-anthropic": "0.1.34",
    "@coro-ai/llm-openai": "0.1.34",
    "@coro-ai/plugin-sdk": "0.1.34",
    "bcryptjs": "^3.0.3",
    "better-sqlite3": "^12.9.0",
    "commander": "^13.1.0",
    "dotenv": "^17.4.0",
    "drizzle-orm": "^0.45.2",
    "express": "^4.21.2",
    "ioredis": "^5.4.2",
    "jose": "^6.2.2",
    "js-yaml": "^4.1.1",
    "pg": "^8.20.0",
    "pino": "^9.6.0",
    "pino-pretty": "^13.0.0",
    "simple-git": "^3.27.0",
    "ws": "^8.20.0",
    "zod": "^4.3.6",
    "@anthropic-ai/claude-agent-sdk": "0.2.141"
  },
  "scripts": {
    "preinstall": "node scripts/preinstall-windows-native-env.mjs",
    "postinstall": "node scripts/install-platform-native-deps.mjs"
  },
  "bundleDependencies": [
    "@anthropic-ai/sdk",
    "@babel/runtime",
    "@coro-ai/cloud-protocol",
    "@coro-ai/intelligence-base",
    "@coro-ai/llm-anthropic",
    "@coro-ai/llm-openai",
    "@coro-ai/plugin-sdk",
    "@hono/node-server",
    "@ioredis/commands",
    "@kwsites/file-exists",
    "@kwsites/promise-deferred",
    "@modelcontextprotocol/sdk",
    "@pinojs/redact",
    "@simple-git/args-pathspec",
    "@simple-git/argv-parser",
    "accepts",
    "ajv",
    "ajv-formats",
    "argparse",
    "array-flatten",
    "atomic-sleep",
    "base64-js",
    "bcryptjs",
    "better-sqlite3",
    "bindings",
    "bl",
    "body-parser",
    "buffer",
    "bytes",
    "call-bind-apply-helpers",
    "call-bound",
    "chownr",
    "cluster-key-slot",
    "colorette",
    "commander",
    "content-disposition",
    "content-type",
    "cookie",
    "cookie-signature",
    "cors",
    "cross-spawn",
    "dateformat",
    "debug",
    "decompress-response",
    "deep-extend",
    "denque",
    "depd",
    "destroy",
    "detect-libc",
    "dotenv",
    "drizzle-orm",
    "dunder-proto",
    "ee-first",
    "encodeurl",
    "end-of-stream",
    "es-define-property",
    "es-errors",
    "es-object-atoms",
    "escape-html",
    "etag",
    "eventsource",
    "eventsource-parser",
    "expand-template",
    "express",
    "express-rate-limit",
    "fast-copy",
    "fast-deep-equal",
    "fast-safe-stringify",
    "fast-uri",
    "file-uri-to-path",
    "finalhandler",
    "forwarded",
    "fresh",
    "fs-constants",
    "function-bind",
    "get-intrinsic",
    "get-proto",
    "github-from-package",
    "gopd",
    "has-symbols",
    "hasown",
    "help-me",
    "hono",
    "http-errors",
    "iconv-lite",
    "ieee754",
    "inherits",
    "ini",
    "ioredis",
    "ip-address",
    "ipaddr.js",
    "is-promise",
    "isexe",
    "jose",
    "joycon",
    "js-yaml",
    "json-schema-to-ts",
    "json-schema-traverse",
    "json-schema-typed",
    "math-intrinsics",
    "media-typer",
    "merge-descriptors",
    "methods",
    "mime",
    "mime-db",
    "mime-types",
    "mimic-response",
    "minimist",
    "mkdirp-classic",
    "ms",
    "napi-build-utils",
    "negotiator",
    "node-abi",
    "object-assign",
    "object-inspect",
    "on-exit-leak-free",
    "on-finished",
    "once",
    "openai",
    "parseurl",
    "path-key",
    "path-to-regexp",
    "pg",
    "pg-cloudflare",
    "pg-connection-string",
    "pg-int8",
    "pg-pool",
    "pg-protocol",
    "pg-types",
    "pgpass",
    "pino",
    "pino-abstract-transport",
    "pino-pretty",
    "pino-std-serializers",
    "pkce-challenge",
    "postgres-array",
    "postgres-bytea",
    "postgres-date",
    "postgres-interval",
    "prebuild-install",
    "process-warning",
    "proxy-addr",
    "pump",
    "qs",
    "quick-format-unescaped",
    "range-parser",
    "raw-body",
    "rc",
    "readable-stream",
    "real-require",
    "redis-errors",
    "redis-parser",
    "require-from-string",
    "router",
    "safe-buffer",
    "safe-stable-stringify",
    "safer-buffer",
    "secure-json-parse",
    "semver",
    "send",
    "serve-static",
    "setprototypeof",
    "shebang-command",
    "shebang-regex",
    "side-channel",
    "side-channel-list",
    "side-channel-map",
    "side-channel-weakmap",
    "simple-concat",
    "simple-get",
    "simple-git",
    "sonic-boom",
    "split2",
    "standard-as-callback",
    "statuses",
    "string_decoder",
    "strip-json-comments",
    "tar-fs",
    "tar-stream",
    "thread-stream",
    "toidentifier",
    "ts-algebra",
    "tunnel-agent",
    "type-is",
    "unpipe",
    "util-deprecate",
    "utils-merge",
    "vary",
    "which",
    "wrappy",
    "ws",
    "xtend",
    "zod",
    "zod-to-json-schema"
  ]
}
