-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.19 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.19 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
{
"name": "spectrawl",
"version": "0.6.5",
"description": "The unified web layer for AI agents. Search (8 engines), stealth browse, auth, act on 24 platforms. Self-hosted.",
"main": "src/index.js",
"types": "index.d.ts",
"bin": {
"spectrawl": "./src/cli.js"
},
"files": [
"src/",
"index.d.ts",
"README.md",
"LICENSE"
],
"scripts": {
"dev": "node src/server.js",
"start": "node src/server.js",
"test": "node --test test/*.test.js"
},
"keywords": [
"ai-agent",
"web-scraping",
"browser-automation",
"search-api",
"mcp",
"stealth-browser",
"cookie-management",
"tavily-alternative",
"anti-detect",
"camoufox",
"playwright"
],
"author": "FayAndXan",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/FayAndXan/spectrawl"
},
"homepage": "https://github.com/FayAndXan/spectrawl#readme",
"bugs": {
"url": "https://github.com/FayAndXan/spectrawl/issues"
},
"engines": {
"node": ">=20.0.0"
},
"dependencies": {
"better-sqlite3": "^11.0.0",
"playwright": "^1.50.0",
"playwright-extra": "^4.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2"
}
}