mirror of
https://github.com/moltbot/moltbot.git
synced 2026-03-08 06:54:24 +00:00
34 lines
882 B
JSON
34 lines
882 B
JSON
{
|
|
"name": "@openclaw/tlon",
|
|
"version": "2026.3.3",
|
|
"description": "OpenClaw 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"
|
|
},
|
|
"openclaw": {
|
|
"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": "@openclaw/tlon",
|
|
"localPath": "extensions/tlon",
|
|
"defaultChoice": "npm"
|
|
}
|
|
}
|
|
}
|