{ "name": "@punktfunk/host", "version": "0.1.0", "description": "TypeScript SDK for the punktfunk streaming host: typed management-API client + lifecycle event stream, built on Effect.", "type": "module", "private": true, "exports": { ".": "./src/index.ts", "./effect": "./src/effect.ts" }, "scripts": { "gen": "orval --config ./orval.config.ts", "typecheck": "tsc --noEmit", "test": "bun test" }, "dependencies": { "effect": "^3.19.0" }, "devDependencies": { "orval": "^8.20.0", "typescript": "^5.9.3", "@types/bun": "^1.3.0" }, "optionalDependencies": { "undici": "^7.0.0" } }