Files
mizan/frontends/mizan-tauri-transport/package.json
2026-06-04 03:38:26 -04:00

16 lines
400 B
JSON

{
"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": "Elastic-2.0"
}