-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 1.57 KB
/
Copy pathpackage.json
File metadata and controls
74 lines (74 loc) · 1.57 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "cdpilot",
"version": "0.8.0",
"description": "Zero-dependency browser automation CLI. Raw CDP, 70+ commands, friction ladder, 3-tier stealth, CAPTCHA + press-and-hold solvers, proxy pools, MCP server. No Puppeteer/Playwright/Selenium.",
"bin": {
"cdpilot": "./bin/cdpilot.js",
"bctl": "./bin/cdpilot.js"
},
"scripts": {
"test": "node test/test.js",
"start": "node bin/cdpilot.js"
},
"keywords": [
"browser-automation",
"cdp",
"chrome-devtools-protocol",
"cli",
"mcp",
"ai-agent",
"web-scraping",
"zero-dependency",
"headless-browser",
"puppeteer-alternative",
"playwright-alternative",
"screenshot",
"pdf",
"automation",
"devtools",
"browser",
"model-context-protocol",
"claude",
"brave",
"testing",
"web-testing",
"accessibility",
"a11y",
"stealth",
"captcha-solver",
"anti-bot",
"cloudflare-bypass",
"datadome",
"adaptive-escalation",
"proxy-rotation",
"tls-fingerprint",
"cookie-management",
"video-understanding",
"screencast",
"shadow-dom",
"perimeterx",
"press-and-hold",
"progressive-resilience",
"multi-instance"
],
"author": "Mehmet Nadir",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/mehmetnadir/cdpilot"
},
"engines": {
"node": ">=18.0.0"
},
"files": [
"bin/",
"src/cdpilot.py",
"README.md",
"LICENSE"
],
"devDependencies": {
"gray-matter": "^4.0.3",
"remark": "^15.0.1",
"remark-html": "^16.0.1"
}
}