{ "name": "@zeavis/shared", "version": "0.1.0", "private": true, "type": "module", "exports": { ".": "./src/index.ts", "./app-status": "./src/app-status.ts" }, "scripts": { "typecheck": "tsc --project tsconfig.json" }, "devDependencies": { "typescript": "^5.6.3" } }