{
  "project": "Kuratchi",
  "description": "Cloudflare Workers-native framework and tooling",
  "type": "index",
  "packages": {
    "@kuratchi/js": {
      "category": "web-framework",
      "description": "Cloudflare Workers-native framework with file-based routing, server actions, inline template syntax, Durable Object RPC, Agents, and progressive enhancement",
      "llms_txt": "/_assets/kuratchi-js/llms.txt",
      "llms_json": "/_assets/kuratchi-js/llms.json"
    },
    "@kuratchi/orm": {
      "category": "orm",
      "description": "Workers-native ORM for Cloudflare D1 and Durable Object SQLite with schema DSL, query builder, migrations, and JSON column support",
      "llms_txt": "/_assets/kuratchi-orm/llms.txt",
      "llms_json": "/_assets/kuratchi-orm/llms.json"
    }
  },
  "shared_config": {
    "kuratchi_config_ts": "Declarative config for ORM, Auth, UI, and Durable Object integrations",
    "kuratchi_runtime_ts": "Optional runtime middleware for agent routing and pre-route hooks"
  }
}
