{
  "name": "@reactive-agents/gateway",
  "version": "0.16.0",
  "description": "Persistent autonomous gateway for Reactive Agents — adaptive heartbeats, cron scheduling, webhook ingestion, and policy engine",
  "keywords": [
    "ai",
    "agents",
    "ai-agents",
    "llm",
    "effect-ts",
    "typescript",
    "gateway",
    "autonomous",
    "cron",
    "webhooks",
    "heartbeat",
    "scheduler"
  ],
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "build": "tsup --config ../../tsup.config.base.ts",
    "typecheck": "tsc --noEmit",
    "test": "bun test --reporter=dots",
    "test:watch": "bun test --watch"
  },
  "dependencies": {
    "@reactive-agents/core": "0.16.0"
  },
  "devDependencies": {
    "typescript": "^6.0.3",
    "bun-types": "latest",
    "effect": "^3.10.0"
  },
  "exports": {
    ".": {
      "bun": "./dist/index.js",
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/tylerjrbuell/reactive-agents-ts.git",
    "directory": "packages/gateway"
  },
  "homepage": "https://docs.reactiveagents.dev/",
  "bugs": {
    "url": "https://github.com/tylerjrbuell/reactive-agents-ts/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "effect": "^3.10.0"
  }
}
