-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.2 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "@browserbasehq/openclaw-browserbase",
"version": "0.1.0",
"description": "OpenClaw plugin for cloud browser automation with anti-bot stealth, CAPTCHA solving, and residential proxies via Browserbase",
"packageManager": "pnpm@10.21.0",
"type": "module",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"check-types": "tsc --noEmit",
"changeset": "changeset",
"version": "changeset version",
"release": "pnpm run build && changeset publish"
},
"publishConfig": {
"access": "public"
},
"files": [
"dist",
"src",
"types",
"openclaw.plugin.json"
],
"keywords": [
"openclaw",
"plugin",
"browserbase",
"browser",
"automation",
"web-scraping",
"captcha",
"anti-bot",
"stealth",
"proxy",
"headless-browser",
"ai-agent"
],
"author": "Browserbase",
"license": "MIT",
"peerDependencies": {
"openclaw": ">=2026.1.29"
},
"openclaw": {
"extensions": [
"./src/index.ts"
]
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.9",
"@types/node": "^24.3.1",
"typescript": "^5.9.3"
},
"dependencies": {
"tar": "^7.5.9"
}
}