Files
IPTV-Restream/package.json
Ante Brähler 566f52df74 initial logic
2024-10-24 11:38:55 +00:00

26 lines
580 B
JSON

{
"name": "iptv-restream",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/antebrl/iptv-restream.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/antebrl/iptv-restream/issues"
},
"homepage": "https://github.com/antebrl/iptv-restream#readme",
"dependencies": {
"child_process": "^1.0.2",
"dotenv": "^16.4.5",
"express": "^4.21.1"
}
}