1
0
mirror of https://github.com/algora-io/tv.git synced 2024-11-26 01:00:20 +02:00
algora-tv/assets/package.json
Zafer Cesur 446efb3c62
add typescript (#5)
* use typescript

* fix typing issues

* update tailwind config

* upgrade deps

* update comment
2024-03-10 19:24:20 +03:00

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"
}
}