@eyevinn/whep-video-component
Version:
WHEP video web-component
38 lines (37 loc) • 1.01 kB
JSON
{
"name": "@eyevinn/whep-video-component",
"version": "0.1.0",
"description": "WHEP video web-component",
"main": "dist/whep-video.component.js",
"scripts": {
"build": "rm -rf dist/ && webpack --config webpack.config.js",
"dev": "webpack-dev-server --hot",
"postversion": "git push && git push --tags",
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Eyevinn/whep-video-component.git"
},
"keywords": [
"WHEP"
],
"author": "Eyevinn Technology AB <work@eyevinn.se>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Eyevinn/whep-video-component/issues"
},
"homepage": "https://github.com/Eyevinn/whep-video-component#readme",
"dependencies": {
"@eyevinn/webrtc-player": "^0.12.0"
},
"devDependencies": {
"html-webpack-plugin": "^5.5.0",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.1"
}
}