{
  "name": "@zoom/videosdk-ui-toolkit",
  "version": "2.4.0-1",
  "description": "The Zoom Video SDK UI toolkit is a prebuilt video chat user interface powered by the Zoom Video SDK.",
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Zoom Communications",
  "contributors": [
    {
      "name": "Jack Yang"
    },
    {
      "name": "Enda Zhang"
    },
    {
      "name": "Joyce Ma"
    },
    {
      "name": "BJ Zamites"
    },
    {
      "name": "Owais Mukhtar"
    },
    {
      "name": "Vic Yang"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zoom/videosdk-ui-toolkit-web.git"
  },
  "keywords": [
    "zoom",
    "video",
    "sdk",
    "web",
    "UI toolkit"
  ],
  "license": "SEE LICENSE IN LICENSE.md",
  "bugs": {
    "url": "https://github.com/zoom/videosdk-ui-toolkit-web/issues"
  },
  "homepage": "https://github.com/zoom/videosdk-ui-toolkit-web#readme",
  "files": [
    "/dist",
    "index.js",
    "index.d.ts",
    "README.md",
    "LICENSE.md",
    "oss_attribution.txt"
  ],
  "peerDependencies": {
    "@zoom/videosdk": "2.4.0",
    "@reduxjs/toolkit": "^2.0.0",
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "react-draggable": "^4.0.0",
    "react-redux": "^9.0.0"
  }
}