{ "name": "@app/events", "version": "0.1.0", "private": true, "type": "module", "description": "Typad eventkatalog (spec §55) – används av outbox, analytics, memory och training", "exports": { ".": "./src/index.ts" }, "scripts": { "typecheck": "tsc --noEmit", "test": "vitest run --passWithNoTests" }, "dependencies": { "@app/shared-types": "workspace:*" } }