2026-01-23 15:17:07 -05:00
|
|
|
{
|
2026-01-30 03:15:10 +01:00
|
|
|
"name": "@openclaw/tlon",
|
2026-03-02 04:55:44 +00:00
|
|
|
"version": "2026.3.2",
|
2026-01-30 03:15:10 +01:00
|
|
|
"description": "OpenClaw Tlon/Urbit channel plugin",
|
2026-01-31 21:13:13 +09:00
|
|
|
"type": "module",
|
|
|
|
|
"dependencies": {
|
2026-02-14 18:41:23 +01:00
|
|
|
"@urbit/aura": "^3.0.0"
|
2026-01-31 21:13:13 +09:00
|
|
|
},
|
2026-01-30 03:15:10 +01:00
|
|
|
"openclaw": {
|
2026-01-23 15:17:07 -05:00
|
|
|
"extensions": [
|
|
|
|
|
"./index.ts"
|
2026-01-24 00:17:58 +00:00
|
|
|
],
|
|
|
|
|
"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": {
|
2026-01-30 03:15:10 +01:00
|
|
|
"npmSpec": "@openclaw/tlon",
|
2026-01-24 00:17:58 +00:00
|
|
|
"localPath": "extensions/tlon",
|
|
|
|
|
"defaultChoice": "npm"
|
|
|
|
|
}
|
2026-01-23 15:17:07 -05:00
|
|
|
}
|
|
|
|
|
}
|