mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-12 07:20:45 +00:00
* Dependencies: drop unused extension packages * Dependencies: drop unused tlon http-api package * Dependencies: keep bundled acpx package
33 lines
849 B
JSON
33 lines
849 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",
|
|
"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"
|
|
}
|
|
}
|
|
}
|