mirror of
https://fastgit.cc/github.com/openclaw/openclaw
synced 2026-04-21 05:12:57 +08:00
25 lines
524 B
JSON
25 lines
524 B
JSON
{
|
|
"name": "@openclaw/browser-plugin",
|
|
"version": "2026.4.20",
|
|
"private": true,
|
|
"description": "OpenClaw browser tool plugin",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@modelcontextprotocol/sdk": "1.29.0",
|
|
"@sinclair/typebox": "0.34.49",
|
|
"commander": "^14.0.3",
|
|
"express": "^5.2.1",
|
|
"playwright-core": "1.59.1",
|
|
"undici": "8.1.0",
|
|
"ws": "^8.20.0"
|
|
},
|
|
"devDependencies": {
|
|
"@openclaw/plugin-sdk": "workspace:*"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
]
|
|
}
|
|
}
|