fbea291609
Verbatim IiosPlatformPorts from the bottom-up atlas; orgId/appId required scope (KG-02); PolicyDeniedError for fail-closed. Vitest as workspace test runner. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
26 lines
554 B
JSON
26 lines
554 B
JSON
{
|
|
"name": "iios",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"description": "Insignia Interaction OS — interaction kernel (P0 + P1)",
|
|
"scripts": {
|
|
"build": "pnpm -r build",
|
|
"typecheck": "pnpm -r typecheck",
|
|
"test": "vitest run",
|
|
"boundary": "node scripts/check-import-boundary.mjs"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^26.0.1",
|
|
"typescript": "^5.7.3",
|
|
"vitest": "^3.0.5"
|
|
},
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"@prisma/client",
|
|
"@prisma/engines",
|
|
"prisma",
|
|
"esbuild"
|
|
]
|
|
}
|
|
}
|