Files
2026-08-05 19:21:11 +07:00

19 lines
441 B
JSON

{
"name": "@app/ai-contracts",
"version": "0.1.0",
"private": true,
"type": "module",
"description": "Typade kontrakt + HTTP-klient mot AAMOS. Food API får stabila kontrakt oavsett modell (spec §31)",
"exports": {
".": "./src/index.ts"
},
"scripts": {
"typecheck": "tsc --noEmit",
"test": "vitest run --passWithNoTests"
},
"dependencies": {
"@app/shared-types": "workspace:*",
"zod": "^4.4.0"
}
}