17 lines
455 B
JSON
17 lines
455 B
JSON
{
|
|
"name": "browser-jail-validation",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"description": "Vision-grounding validation for the browser jail — fixtures, CDP renderer, model harness, scorer. See ../../docs/internal/VISION-GROUNDING-FINDINGS.md.",
|
|
"type": "module",
|
|
"scripts": {
|
|
"render": "node render.mjs",
|
|
"score": "node score.mjs"
|
|
},
|
|
"dependencies": {
|
|
"puppeteer-core": "^24.43.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=22"
|
|
}
|
|
}
|