{
  "name": "@opengeni/api-router",
  "version": "3.0.1",
  "description": "OpenGeni HTTP surface: the Hono adapter/router (createApp), routes, MCP HTTP transport, and HTTP access adapters over @opengeni/core. An engine-distribution surface — its runtime closure includes engine-internal packages.",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Cloudgeni-ai/opengeni.git",
    "directory": "apps/api"
  },
  "files": [
    "dist",
    "src"
  ],
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./app": {
      "types": "./dist/app.d.ts",
      "import": "./dist/app.js"
    }
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "scripts": {
    "dev": "bun --watch src/index.ts",
    "start": "bun src/index.ts",
    "typecheck": "tsc --noEmit",
    "build": "bun ../../scripts/build-typescript-package.ts",
    "prepublishOnly": "bash ../../scripts/prepublish-guard"
  },
  "dependencies": {
    "@aws-sdk/client-s3": "^3.1044.0",
    "@aws-sdk/s3-request-presigner": "^3.1044.0",
    "@hono/zod-validator": "^0.7.6",
    "@llamaindex/liteparse": "2.14.2",
    "@modelcontextprotocol/sdk": "^1.29.0",
    "@opengeni/agent-proto": "^0.6.0",
    "@opengeni/artifact-tool": "^0.3.29",
    "@opengeni/capabilities": "^0.3.4",
    "@opengeni/codemode": "^0.5.9",
    "@opengeni/codex": "^0.2.23",
    "@opengeni/config": "^1.2.2",
    "@opengeni/contracts": "^4.1.0",
    "@opengeni/core": "^3.0.1",
    "@opengeni/db": "^5.0.1",
    "@opengeni/documents": "^0.8.30",
    "@opengeni/events": "^0.4.28",
    "@opengeni/github": "^0.7.13",
    "@opengeni/network": "^0.3.1",
    "@opengeni/observability": "^0.8.29",
    "@opengeni/runtime": "^3.0.1",
    "@opengeni/storage": "^0.2.130",
    "@opengeni/tool-gateway": "^0.1.10",
    "@opengeni/xai-subscription": "^0.1.4",
    "@temporalio/client": "^1.17.0",
    "better-auth": "^1.6.14",
    "hono": "^4.12.18",
    "json-bigint": "^1.0.0",
    "pg": "^8.21.0",
    "resend": "^6.12.4",
    "sharp": "^0.34.5",
    "stripe": "^22.2.0",
    "ws": "8.21.1",
    "zod": "^4.2.1"
  },
  "engines": {
    "node": ">=18"
  }
}
