feat(main): main

This commit is contained in:
2026-03-09 13:29:23 -04:00
parent f14454b4c8
commit b1a93161c0
22 changed files with 719 additions and 192 deletions

19
package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "pytv",
"version": "1.0.0",
"description": "Simple app to replicate cable experience. Note this app has been developed with the heavy assistence of Generative AI as an experiment for myself. Therefore **it should not be considered secure**",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@git.algebrist.com:tboudreaux/PYTV.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"ffprobe-static": "^3.1.0"
}
}