{ "name": "@mizan/tauri-transport", "version": "0.1.0", "description": "Mizan transport adapter routing calls through Tauri's IPC instead of HTTP. Paired with the `mizan-tauri` Rust plugin.", "type": "module", "main": "src/index.ts", "exports": { ".": "./src/index.ts" }, "peerDependencies": { "@mizan/base": "*", "@tauri-apps/api": "^2" }, "license": "MIT" }