-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 830 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 830 Bytes
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
{
"name": "humanaie",
"version": "1.6.0",
"description": "Shared browser for human-AI collaboration. Real-time streaming, click/type/scroll, highlight-to-teach, waitfor handoff.",
"main": "server.js",
"scripts": {
"start": "node server.js",
"install-browsers": "npx playwright install chromium",
"test": "node --test"
},
"dependencies": {
"express": "^4.18.2",
"playwright": "^1.58.0",
"playwright-extra": "^4.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2"
},
"keywords": [
"browser",
"remote-desktop",
"ai-agent",
"headless",
"playwright",
"streaming",
"human-in-the-loop",
"computer-use",
"mcp-server",
"claude-code-plugin",
"browser-automation",
"captcha",
"shared-browser",
"highlight-to-teach"
],
"license": "MIT"
}