mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-14 11:16:06 +00:00
27 lines
565 B
JSON
27 lines
565 B
JSON
{
|
|
"name": "@openclaw/browser-plugin",
|
|
"version": "2026.7.2",
|
|
"private": true,
|
|
"description": "OpenClaw browser tool plugin",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@modelcontextprotocol/sdk": "1.29.0",
|
|
"express": "5.2.1",
|
|
"playwright-core": "1.61.1",
|
|
"typebox": "1.3.3",
|
|
"ws": "8.21.0"
|
|
},
|
|
"devDependencies": {
|
|
"@openclaw/plugin-sdk": "workspace:*",
|
|
"undici": "8.6.0"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
],
|
|
"assetScripts": {
|
|
"copy": "node scripts/copy-chrome-extension.mjs"
|
|
}
|
|
}
|
|
}
|