{
  "name": "@dingrtc/whiteboard",
  "version": "1.1.17",
  "description": "DingRTC web whiteboard SDK.",
  "dependencies": {
    "@dingrtc/channel": "1.1.18",
    "@dingrtc/shared": "1.1.10"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./PdfPlugin": {
      "types": "./dist/PdfPlugin.d.ts",
      "import": "./dist/PdfPlugin.js"
    }
  },
  "type": "module",
  "files": [
    "types",
    "dist"
  ],
  "author": "",
  "license": "ISC",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  }
}