{
  "name": "@nordhavn/convene",
  "version": "0.3.0",
  "description": "convene as an embeddable web component: a private group chat over a mix-net carrier, compiled from DCI specs to wasm by nord.",
  "type": "module",
  "exports": {
    ".": "./convene-chat.js"
  },
  "files": [
    "convene-chat.js",
    "pkg/"
  ],
  "keywords": [
    "chat",
    "web-component",
    "custom-element",
    "wasm",
    "mixnet",
    "dci"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kopilati/nord.git",
    "directory": "examples/convene/web"
  },
  "publishConfig": {
    "access": "public",
    "provenance": false
  },
  "devDependencies": {
    "ws": "^8"
  }
}
