{
  "name": "@hanzo/bot-tlon",
  "version": "1.4.2",
  "description": "HanzoBot Tlon/Urbit channel plugin",
  "type": "module",
  "dependencies": {
    "@tloncorp/api": "git+https://github.com/tloncorp/api-beta.git#7eede1c1a756977b09f96aa14a92e2b06318ae87",
    "@tloncorp/tlon-skill": "0.1.9",
    "@urbit/aura": "^3.0.0",
    "@urbit/http-api": "^3.0.0",
    "zod": "^4.3.6"
  },
  "hanzo-bot": {
    "extensions": [
      "./index.ts"
    ],
    "channel": {
      "id": "tlon",
      "label": "Tlon",
      "selectionLabel": "Tlon (Urbit)",
      "docsPath": "/channels/tlon",
      "docsLabel": "tlon",
      "blurb": "decentralized messaging on Urbit; install the plugin to enable.",
      "order": 90,
      "quickstartAllowFrom": true
    },
    "install": {
      "npmSpec": "@hanzo/bot-tlon",
      "localPath": "extensions/tlon",
      "defaultChoice": "npm"
    }
  }
}
