Files
openclaw/extensions/opencode/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

16 lines
303 B
JSON

{
"name": "@openclaw/opencode-provider",
"version": "2026.6.33",
"private": true,
"description": "OpenClaw OpenCode Zen provider plugin",
"type": "module",
"devDependencies": {
"@openclaw/plugin-sdk": "workspace:*"
},
"openclaw": {
"extensions": [
"./index.ts"
]
}
}