{ "name": "@zeavis/shared", "version": "0.1.0", "private": true, "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "./app-status": { "types": "./dist/app-status.d.ts", "default": "./dist/app-status.js" } }, "scripts": { "build": "tsc --project tsconfig.build.json", "typecheck": "tsc --project tsconfig.json" }, "devDependencies": { "typescript": "^6.0.3" } }