16 lines
400 B
JSON
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"
|
|
}
|