20 lines
566 B
JSON
20 lines
566 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|