{
  "name": "github-upm-proxy",
  "status": "ok",
  "description": "Cloudflare Worker exposing a GitHub Packages npm registry as a Unity UPM scoped registry.",
  "org": "PackmuleRegistry",
  "githubNpmScope": "@packmuleregistry",
  "note": "Package names are exposed here *without* the npm scope shown above (e.g. 'com.company.foo', not '@org/com.company.foo') because Unity's Package Manager cannot resolve names containing '@' or '/'. This worker re-adds the scope internally when talking to GitHub.",
  "endpoints": {
    "all": "/-/all",
    "search": "/-/v1/search?text=<query>",
    "packageMetadata": "/<package-name> (unscoped, e.g. /com.company.foo)"
  }
}