{
  "name": "@xopcai/extension-ui-sdk",
  "version": "0.0.203",
  "description": "Gateway Console extension UI SDK (iframe postMessage client)",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xopcai/xopc.git"
  },
  "type": "module",
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./src/index.ts",
      "import": "./src/index.ts",
      "default": "./src/index.ts"
    }
  },
  "files": [
    "README.md",
    "src"
  ],
  "license": "MIT",
  "dependencies": {
    "@xopcai/gateway-contract": "0.0.0"
  },
  "devDependencies": {
    "typedoc": "^0.28.19",
    "typedoc-plugin-markdown": "^4.11.0",
    "typescript": "^5.9.3"
  },
  "scripts": {
    "typecheck": "tsc --noEmit -p tsconfig.json",
    "docs": "typedoc --options typedoc.json"
  }
}