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
368 B
JSON
16 lines
368 B
JSON
{
|
|
"name": "wursor",
|
|
"private": true,
|
|
"packageManager": "pnpm@10.33.0",
|
|
"engines": {
|
|
"node": ">=22"
|
|
},
|
|
"scripts": {
|
|
"test": "pnpm -r --if-present test",
|
|
"test:api": "pnpm --filter @wursor/api test",
|
|
"test:web": "pnpm --filter @wursor/web test",
|
|
"test:e2e": "pnpm --filter @wursor/e2e test",
|
|
"lint": "pnpm -r --if-present lint"
|
|
}
|
|
}
|