Stand up the monorepo skeleton and land the first Phase 0 artifacts: pairing threat model, plugin catalog, builder detect, 20-prompt golden harness, and synthetic 2GB mirror timing.
16 lines
317 B
JSON
16 lines
317 B
JSON
{
|
|
"name": "@wursor/e2e",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "vitest run",
|
|
"golden": "tsx golden/src/run-golden.ts",
|
|
"mirror:time": "tsx golden/src/run-mirror-timing.ts"
|
|
},
|
|
"devDependencies": {
|
|
"tsx": "^4.20.3",
|
|
"typescript": "^5.9.2",
|
|
"vitest": "^3.2.4"
|
|
}
|
|
}
|