{
  "name": "@cotal-ai/core",
  "description": "The Cotal protocol: endpoint, subjects, message types, the NATS client layer, and the extension contracts.",
  "version": "0.50.1",
  "license": "Apache-2.0",
  "keywords": [
    "cotal",
    "agents",
    "ai-agents",
    "multi-agent",
    "agent-communication",
    "agent-coordination",
    "agent-orchestration",
    "swarm",
    "pubsub",
    "protocol",
    "nats",
    "jetstream",
    "mcp",
    "a2a"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Cotal-AI/Cotal.git",
    "directory": "packages/core"
  },
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./session-browser": {
      "types": "./dist/session-browser.d.ts",
      "import": "./dist/session-browser.js"
    }
  },
  "devDependencies": {
    "@cotal-ai/smoke-kit": "0.0.0"
  },
  "dependencies": {
    "@nats-io/jetstream": "^3.4.0",
    "@nats-io/jwt": "0.0.10-5",
    "@nats-io/kv": "^3.4.0",
    "@nats-io/obj": "^3.4.0",
    "@nats-io/nats-core": "^3.4.0",
    "@nats-io/nkeys": "^2.0.3",
    "@nats-io/transport-node": "^3.4.0",
    "ajv": "^8.20.0",
    "json-canonicalize": "2.0.0",
    "yaml": "^2.9.0"
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "build": "tsc -p tsconfig.json",
    "test": "tsx smoke/resolve.smoke.ts && tsx smoke/backup.smoke.ts && tsx smoke/space-auth.smoke.ts",
    "smoke:backup": "tsx smoke/backup.smoke.ts",
    "smoke:backup:live": "tsx smoke/backup-live.smoke.ts"
  }
}