-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 978 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 978 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
{
"name": "slm-training-web",
"private": true,
"version": "0.1.0",
"description": "Playground e2e + Playwright tooling for TwoTower annotate UI",
"scripts": {
"agentv": "agentv",
"eval:agentv": "node scripts/run_agentv_eval.mjs",
"test:e2e": "playwright test",
"playwright:install": "playwright install chromium",
"annotate:serve": "python -m scripts.serve_playground --port 8765",
"preview:install": "npm --prefix src/apps/openui_preview ci",
"preview:build": "npm --prefix src/apps/openui_preview run build",
"dashboard:install": "npm --prefix src/apps/dashboard install",
"dashboard:build": "npm --prefix src/apps/dashboard run build"
},
"devDependencies": {
"@agentv/core": "4.42.4",
"@playwright/mcp": "0.0.78",
"@playwright/test": "1.61.1",
"agentv": "4.42.4"
},
"overrides": {
"@opentelemetry/otlp-transformer": {
"protobufjs": "8.7.1"
}
},
"engines": {
"node": ">=20 <23"
}
}