-
-
Notifications
You must be signed in to change notification settings - Fork 48
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 1.3 KB
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 1.3 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
{
"name": "webbrain",
"version": "24.4.0",
"description": "Open-source AI browser agent — chat with pages, automate tasks, multi-provider LLM support.",
"private": true,
"type": "module",
"scripts": {
"test": "node test/run.js && node test/security/injection-corpus.mjs",
"test:security": "node test/security/injection-corpus.mjs",
"test:injection-bench": "node test/llm/run-scenarios.mjs --category prompt-injection",
"test:safety-report": "node test/llm/safety-report.mjs",
"test:fixtures": "node test/fixtures/run.mjs",
"test:anonymous": "node test/anonymous/run.mjs",
"build:blog": "node scripts/build-blog.mjs",
"build:docs": "node scripts/build-docs.mjs",
"build:web:landing": "node web/build/build.mjs",
"build:web": "npm run build:web:landing && npm run build:blog && npm run build:docs",
"build:zip": "node scripts/build-zip.mjs",
"sync:logo": "python3 scripts/sync-logo-assets.py && python3 scripts/gen-store-promos.py && node assets/webstore-explainer-2026/render.mjs",
"bump": "node scripts/bump-version.mjs",
"release": "node scripts/bump-version.mjs --release"
},
"devDependencies": {
"playwright": "^1.48.0"
},
"repository": {
"type": "git",
"url": "https://github.com/webbrain-one/webbrain.git"
},
"license": "MIT"
}