Files
2026-06-04 03:38:26 -04:00

15 lines
395 B
JSON

{
"name": "@mizan/webview-transport",
"version": "0.1.0",
"description": "Mizan transport adapter routing calls through a VSCode webview's postMessage channel. Paired with the extension-host-side Mizan dispatcher.",
"type": "module",
"main": "src/index.ts",
"exports": {
".": "./src/index.ts"
},
"peerDependencies": {
"@mizan/base": "*"
},
"license": "Elastic-2.0"
}