{ "name": "@app/analytics", "version": "0.1.0", "private": true, "type": "module", "description": "Product analytics tracker (spec §8.2) – React Native batch sender + typed builders.", "exports": { ".": "./src/index.ts" }, "scripts": { "typecheck": "tsc --noEmit", "test": "vitest run" }, "dependencies": { "@app/shared-types": "workspace:*" } }