-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 1.01 KB
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 1.01 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
{
"name": "webbrain",
"version": "17.2.1",
"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:web": "node web/build/build.mjs",
"build:zip": "node scripts/build-zip.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/esokullu/webbrain.git"
},
"license": "MIT"
}