UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

31 lines (30 loc) 584 B
{ "name": "@openclaw/oc-path", "version": "2026.9.2", "private": true, "description": "OpenClaw oc:// workspace path plugin", "type": "module", "dependencies": { "diff": "9.0.0", "jsonc-parser": "3.3.1", "markdown-it": "15.0.1", "yaml": "2.9.0" }, "devDependencies": { "@openclaw/plugin-sdk": "workspace:*", "openclaw": "workspace:*" }, "peerDependencies": { "openclaw": ">=2026.9.2" }, "peerDependenciesMeta": { "openclaw": { "optional": true } }, "openclaw": { "extensions": [ "./index.js" ] } }