-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 752 Bytes
/
Copy pathpackage.json
File metadata and controls
22 lines (22 loc) · 752 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "birdview",
"version": "0.1.1",
"private": true,
"license": "MIT",
"author": "Qiuner",
"type": "module",
"bin": { "birdview": "scripts/birdview.mjs" },
"description": "Architecture-first visibility into agent-declared coding changes.",
"engines": {
"node": ">=18"
},
"scripts": {
"build:demo": "node scripts/render.mjs examples/system.architecture.json examples/harness-activity.html examples/harness.activity.jsonl --simulation",
"validate:examples": "node scripts/validate.mjs examples/architecture.json examples/activity.jsonl",
"test": "node --test test/contracts.test.mjs test/render.test.mjs test/mode.test.mjs"
},
"devDependencies": {
"ajv": "8.20.0",
"lucide-static": "^1.41.0"
}
}