mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-10 12:30:43 +00:00
30 lines
571 B
JSON
30 lines
571 B
JSON
{
|
|
"name": "@openclaw/oc-path",
|
|
"version": "2026.5.8",
|
|
"private": true,
|
|
"description": "OpenClaw oc:// workspace path plugin",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"commander": "^14.0.3",
|
|
"jsonc-parser": "^3.3.1",
|
|
"markdown-it": "14.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@openclaw/plugin-sdk": "workspace:*",
|
|
"openclaw": "workspace:*"
|
|
},
|
|
"peerDependencies": {
|
|
"openclaw": ">=2026.5.8"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"openclaw": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
]
|
|
}
|
|
}
|