Files
openclaw/extensions/oc-path/package.json
T
Dallin Romney dc911510ae chore(release): prepare 2026.6.33 npm rehearsal
Align the core package, plugin manifests, and npm shrinkwrap roots for the SHA-only extended-stable preflight. Native app versions remain on 2026.6.8 because no native release will be dispatched.
2026-07-09 19:23:21 -07:00

31 lines
590 B
JSON

{
"name": "@openclaw/oc-path",
"version": "2026.6.33",
"private": true,
"description": "OpenClaw oc:// workspace path plugin",
"type": "module",
"dependencies": {
"commander": "14.0.3",
"jsonc-parser": "3.3.1",
"markdown-it": "14.2.0",
"yaml": "2.9.0"
},
"devDependencies": {
"@openclaw/plugin-sdk": "workspace:*",
"openclaw": "2026.5.28"
},
"peerDependencies": {
"openclaw": ">=2026.6.33"
},
"peerDependenciesMeta": {
"openclaw": {
"optional": true
}
},
"openclaw": {
"extensions": [
"./index.ts"
]
}
}