Files
openclaw/extensions/tlon/package.json
Peter Steinberger acd92f6a3d chore(deps): refresh repository dependencies (#112453)
* build(deps): update QA broker dependency

* build(deps): refresh repository dependencies

* build(deps): reconcile rebased shrinkwraps

* test(plugins): remove stale loader test state

* test(deps): stabilize updated dependency coverage

* fix(swift): use caller-isolated TaskLocal overload

* build(deps): regenerate rebased shrinkwraps

* test(msteams): preserve DNS validation in fetch helper

* fix(deps): avoid vulnerable optional image stack

* test(deps): validate generated LRU override

* refactor(ui): extract chat resizable divider

* test(ui): update divider ownership path

* fix(matrix): retain restart-compatible SDK

* style(cron): format update test
2026-07-23 16:17:13 +00:00

77 lines
2.7 KiB
JSON

{
"name": "@openclaw/tlon",
"version": "2026.7.2",
"description": "OpenClaw Tlon/Urbit channel plugin for chat workflows.",
"repository": {
"type": "git",
"url": "https://github.com/openclaw/openclaw"
},
"type": "module",
"dependencies": {
"@aws-sdk/client-s3": "3.1090.0",
"@aws-sdk/s3-request-presigner": "3.1090.0",
"@tloncorp/tlon-skill": "0.4.3",
"@urbit/aura": "3.0.0",
"zod": "4.4.3"
},
"devDependencies": {
"@openclaw/plugin-sdk": "workspace:*",
"openclaw": "workspace:*"
},
"peerDependencies": {
"openclaw": ">=2026.7.2"
},
"peerDependenciesMeta": {
"openclaw": {
"optional": true
}
},
"openclaw": {
"extensions": [
"./index.ts"
],
"setupEntry": "./setup-entry.ts",
"setupFeatures": {
"configPromotion": true
},
"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,
"setup": {
"fields": [
{ "key": "ship", "kind": "string", "cli": { "flags": "--ship <ship>", "description": "Tlon ship" } },
{ "key": "url", "kind": "string", "cli": { "flags": "--url <url>", "description": "Tlon URL" } },
{ "key": "code", "kind": "string", "sensitive": true, "cli": { "flags": "--code <code>", "description": "Tlon login code" } },
{ "key": "dangerouslyAllowPrivateNetwork", "kind": "boolean", "cli": { "flags": "--dangerously-allow-private-network", "description": "Allow private-network Tlon URLs" } },
{ "key": "groupChannels", "kind": "string-list", "cli": { "flags": "--group-channels <list>", "description": "Tlon group channels" } },
{ "key": "dmAllowlist", "kind": "string-list", "cli": { "flags": "--dm-allowlist <list>", "description": "Tlon DM allowlist" } },
{ "key": "autoDiscoverChannels", "kind": "boolean", "cli": { "flags": "--auto-discover-channels", "negatedFlags": "--no-auto-discover-channels", "description": "Auto-discover Tlon group channels" } },
{ "key": "ownerShip", "kind": "string", "cli": { "flags": "--owner-ship <ship>", "description": "Tlon owner ship" } }
]
}
},
"install": {
"npmSpec": "@openclaw/tlon",
"defaultChoice": "npm",
"minHostVersion": ">=2026.4.10"
},
"compat": {
"pluginApi": ">=2026.7.2"
},
"build": {
"openclawVersion": "2026.7.2"
},
"release": {
"bundleRuntimeDependencies": false,
"publishToClawHub": true,
"publishToNpm": true
}
}
}