mirror of
https://github.com/algora-io/tv.git
synced 2024-11-16 00:58:59 +02:00
27 lines
563 B
JSON
27 lines
563 B
JSON
{
|
|
"name": "@algora/tv",
|
|
"version": "0.0.1",
|
|
"description": "The interactive livestreaming & video sharing service for developers",
|
|
"main": "app.ts",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"video",
|
|
"hls",
|
|
"rtmp",
|
|
"video-sharing",
|
|
"livestreaming"
|
|
],
|
|
"author": "Algora PBC",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@types/phoenix": "^1.6.4",
|
|
"@types/phoenix_live_view": "^0.18.4"
|
|
},
|
|
"dependencies": {
|
|
"@algora/hls.js": "1.0.0",
|
|
"vidstack": "^1.12.9"
|
|
}
|
|
}
|