-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 809 Bytes
/
Copy pathpackage.json
File metadata and controls
21 lines (21 loc) · 809 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "runvane",
"private": true,
"version": "0.1.0",
"license": "MIT",
"description": "Local-first, vendor-neutral AI chat client with agentic tools and context engineering.",
"scripts": {
"setup": "node scripts/setup.mjs",
"dev": "node scripts/dev.mjs",
"ports": "node dev-ports/list.mjs",
"demos": "node scripts/record-demos.mjs",
"demos:encode": "node scripts/encode-demos.mjs",
"test": "node scripts/run-all-tests.mjs",
"test:unit": "npm test --prefix backend",
"test:e2e": "node scripts/run-e2e.mjs",
"test:e2e:servers:stop": "node scripts/e2e-servers.mjs stop",
"test:integration": "node scripts/run-integration.mjs",
"test:metrics": "node tests/metrics/cli.mjs report",
"test:metrics:fragile": "node tests/metrics/cli.mjs fragile"
}
}