UNPKG

ovenlivekit

Version:

OvenLiveKit for Web is an open source JavaScript SDK suite for live streaming from web browsers to OvenMediaEngine.

33 lines 987 B
{ "name": "ovenlivekit", "version": "1.4.0", "description": "OvenLiveKit for Web is an open source JavaScript SDK suite for live streaming from web browsers to OvenMediaEngine.", "main": "dist/OvenLiveKit.min.js", "scripts": { "start": "webpack serve --open --config webpack.dev.js", "watch": "webpack watch --config webpack.dev.js", "build": "webpack --config webpack.prod.js" }, "repository": { "type": "git", "url": "git+https://github.com/AirenSoft/OvenLiveKit-Web.git" }, "keywords": [ "Sub-Second Latency Streaming", "WebRTC", "WHIP", "OvenMediaEngine", "HTML5" ], "author": "AirenSoft Co., Ltd.", "license": "MIT", "bugs": { "url": "https://github.com/AirenSoft/OvenLiveKit-Web/issues" }, "homepage": "https://github.com/AirenSoft/OvenLiveKit-Web#readme", "devDependencies": { "webpack": "^5.90.3", "webpack-cli": "^5.1.4", "webpack-dev-server": "^5.0.2" } }