-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 992 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 992 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
{
"name": "vasari",
"version": "0.1.0",
"description": "Vasari is a local, open source tool for evaluating AI features. Review agent and chatbot traces (OpenTelemetry, OpenInference, Langfuse, plain conversations), run error analysis with open and axial coding, and validate an LLM as a judge against human labels. Offline, no backend.",
"type": "module",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest run",
"test:watch": "vitest",
"typecheck": "tsc --noEmit",
"gen:fixtures": "node scripts/generate-fixtures.mjs",
"gen:testfiles": "node scripts/generate-test-files.mjs"
},
"devDependencies": {
"@fontsource/ubuntu": "^5.2.8",
"@fontsource/ubuntu-mono": "^5.2.8",
"@types/node": "^22.10.2",
"jsdom": "^29.1.1",
"lucide-static": "^1.24.0",
"typescript": "^5.6.3",
"vite": "^6.0.7",
"vite-plugin-singlefile": "^2.1.0",
"vitest": "^2.1.8"
}
}