{ "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:*" } }