-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 1.23 KB
/
package.json
File metadata and controls
27 lines (27 loc) · 1.23 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
{
"name": "vibe-science-plugin",
"version": "7.0.0",
"description": "Vibe Science v7.0 TRACE — Claude Code research runtime with tracked claim lifecycle, citation gates, benchmark persistence, strict integrity, and retrieval closure.",
"type": "module",
"scripts": {
"setup": "node plugin/scripts/setup.js",
"worker": "node plugin/scripts/worker-embed.js",
"eval": "node evals/eval-runner.mjs",
"smoke": "node evals/smoke-trace.mjs",
"v7-readiness": "node scripts/v7-readiness.mjs",
"test:e2e": "node --test __test_e2e.mjs",
"test:phase8": "node --test tests/governance-events.test.mjs tests/governance-hooks.test.mjs tests/delivery-discipline-skill.test.mjs tests/delivery-discipline-hook.test.mjs tests/validate-delivery-honesty.test.mjs",
"test:phase9": "node --test tests/kernel-bridge-projection-count.test.mjs tests/phase9-handshake-injection.test.mjs tests/phase9-vre-command-gate.test.mjs",
"test": "npm run test:e2e && npm run test:phase8 && npm run test:phase9",
"check": "npm test"
},
"dependencies": {
"better-sqlite3": "^11.7.0",
"@huggingface/transformers": "^3.4.0"
},
"engines": {
"node": ">=18.0.0"
},
"license": "Apache-2.0",
"author": "Vibe Science Contributors"
}