UNPKG

@100mslive/hls-player

Version:

HLS client library which uses HTML5 Video element and Media Source Extension for playback

53 lines (52 loc) 1.34 kB
{ "name": "@100mslive/hls-player", "version": "0.3.33", "description": "HLS client library which uses HTML5 Video element and Media Source Extension for playback", "main": "dist/index.cjs.js", "module": "dist/index.js", "typings": "dist/index.d.ts", "repository": { "type": "git", "url": "https://github.com/100mslive/web-sdks.git", "directory": "packages/hls-player" }, "files": [ "src", "dist" ], "exports": { ".": { "require": "./dist/index.cjs.js", "import": "./dist/index.js", "default": "./dist/index.js" } }, "scripts": { "prestart": "rm -rf dist && yarn types:build", "start": "concurrently \"yarn dev\" \"yarn types\"", "dev": "node ../../scripts/dev", "build:only": "node ../../scripts/build", "prebuild": "rm -rf dist", "build": "yarn build:only && yarn types:build", "types": "tsc -w", "types:build": "tsc -p tsconfig.json", "lint": "eslint -c ../../.eslintrc .", "lint:fix": "yarn lint --fix" }, "author": "100ms", "license": "MIT", "dependencies": { "@100mslive/hls-stats": "0.4.33", "eventemitter2": "^6.4.9", "hls.js": "1.4.12" }, "keywords": [ "hls", "video", "player", "webrtc", "conferencing", "100ms" ], "gitHead": "6a043f0362fdbf8e5d643ee56845714aff509c5b" }