{
  "name": "@zoomus/websdk",
  "version": "2.18.3",
  "description": "Zoom Web SDK",
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zoom/websdk.git"
  },
  "keywords": ["zoom", "web", "sdk"],
  "author": "Zoom Video Communications, Inc.",
  "license": "SEE LICENSE IN LICENSE.md",
  "homepage": "https://github.com/zoom/websdk#readme",
  "bugs": {
    "url": "https://github.com/zoom/websdk/issues"
  },
  "dependencies": {
    "react": "16.14.0",
    "react-dom": "16.14.0",
    "redux": "4.2.1",
    "react-redux": "7.2.9",
    "lodash": "^4.17.21",
    "redux-thunk": "2.4.2"
  },
  "peerDependencies": {
    "react": "16.14.0",
    "react-dom": "16.14.0",
    "redux": "4.2.1",
    "react-redux": "7.2.9",
    "lodash": "^4.17.21",
    "redux-thunk": "2.4.2"
  },
  "files": [
    "dist/*",
    "types/*",
    "embedded.js",
    "embedded.d.ts",
    "index.d.ts",
    "CHANGELOG.md",
    "LICENSE.md",
    "oss_attribution.txt",
    "README.md"
  ]
}
