mirror of
https://github.com/algora-io/tv.git
synced 2024-11-26 01:00:20 +02:00
446efb3c62
* use typescript * fix typing issues * update tailwind config * upgrade deps * update comment
23 lines
481 B
JSON
23 lines
481 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"
|
|
}
|
|
}
|