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

19 lines
458 B
JSON

{
"name": "@app/memory-client",
"version": "0.1.0",
"private": true,
"type": "module",
"description": "AAMOS Memory-integration: minneslager, samtyckesregler och \"Vad appen vet om mig\" (spec §32)",
"exports": {
".": "./src/index.ts"
},
"scripts": {
"typecheck": "tsc --noEmit",
"test": "vitest run --passWithNoTests"
},
"dependencies": {
"@app/ai-contracts": "workspace:*",
"@app/shared-types": "workspace:*"
}
}