{
  "name": "@zoom/meetingsdk",
  "version": "6.0.0",
  "description": "Zoom MeetingSDK-Web Client",
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "postinstall": "node postinstall.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zoom/meetingsdk-web.git"
  },
  "keywords": [
    "zoom",
    "meetingsdk",
    "websdk",
    "web"
  ],
  "author": "Jack Yang",
  "license": "MIT",
  "homepage": "https://github.com/zoom/meetingsdk-web#readme",
  "bugs": {
    "url": "https://github.com/zoom/meetingsdk-web/issues"
  },
  "dependencies": {
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "redux": "4.2.1",
    "react-redux": "8.1.2",
    "lodash": "^4.17.23",
    "redux-thunk": "2.4.2"
  },
  "peerDependencies": {
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "redux": "4.2.1",
    "react-redux": "8.1.2",
    "lodash": "^4.17.23",
    "redux-thunk": "2.4.2"
  },
  "files": [
    "dist/*",
    "index.js",
    "embedded.js",
    "embedded.d.ts",
    "index.d.ts",
    "CHANGELOG.md",
    "LICENSE.md",
    "README.md",
    "oss_attribution.txt",
    "helper.html",
    "externalLinkPage.html",
    "postinstall.js"
  ]
}
