UNPKG

@zoom/videosdk

Version:
53 lines (52 loc) 1.21 kB
{ "name": "@zoom/videosdk", "version": "2.3.15", "description": "Zoom Web Video SDK", "main": "dist/index.js", "module": "dist/index.esm.js", "browser": "dist/index.umd.js", "types": "dist/types/index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/zoom/videosdk-web.git" }, "keywords": [ "zoom", "video", "sdk", "web" ], "author": "Zoom Communications", "license": "SEE LICENSE IN LICENSE.md", "files": [ "/docs", "/dist", "oss_attribution.txt", "README.md", "CHANGELOG.md", "LICENSE.md", "CONTRIBUTING.md" ], "bugs": { "url": "https://github.com/zoom/videosdk-web/issues" }, "homepage": "https://github.com/zoom/videosdk-web#readme", "directories": { "doc": "docs" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "exports": { ".": { "require": "./dist/index.js", "import": "./dist/index.esm.js", "types": "./dist/types/index.d.ts" }, "./broadcast-streaming": { "require": "./dist/broadcast-streaming.js", "import": "./dist/broadcast-streaming.esm.js", "types": "./dist/types/zoomstreaming.d.ts" } } }