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

25 lines
510 B
JSON

{
"name": "@openclaw/browser-plugin",
"version": "2026.6.33",
"private": true,
"description": "OpenClaw browser tool plugin",
"type": "module",
"dependencies": {
"@modelcontextprotocol/sdk": "1.29.0",
"commander": "14.0.3",
"express": "5.2.1",
"playwright-core": "1.60.0",
"typebox": "1.1.39",
"ws": "8.21.0"
},
"devDependencies": {
"@openclaw/plugin-sdk": "workspace:*",
"undici": "8.3.0"
},
"openclaw": {
"extensions": [
"./index.ts"
]
}
}