mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-28 20:46:57 +02:00
25 lines
512 B
JSON
25 lines
512 B
JSON
{
|
|
"name": "@openclaw/browser-plugin",
|
|
"version": "2026.4.25",
|
|
"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.59.1",
|
|
"typebox": "1.1.33",
|
|
"undici": "8.1.0",
|
|
"ws": "^8.20.0"
|
|
},
|
|
"devDependencies": {
|
|
"@openclaw/plugin-sdk": "workspace:*"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
]
|
|
}
|
|
}
|