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

12 lines
380 B
JSON

{
"name": "@mizan/webview-channels",
"version": "0.1.0",
"description": "Webview-side channel connection for Mizan — RPC + pub/sub over a VSCode webview's postMessage channel. Mirror of the WebSocket-based ChannelConnection in mizan-react/channels.",
"type": "module",
"main": "src/index.ts",
"exports": {
".": "./src/index.ts"
},
"license": "Elastic-2.0"
}