Files
IPTV-Restream/backend/package.json

33 lines
785 B
JSON

{
"name": "iptv-restream",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "node server.js",
"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",
"crypto": "^1.0.1",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"iptv-playlist-parser": "^0.13.0",
"jsonwebtoken": "^9.0.2",
"node-cron": "^3.0.3",
"request": "^2.88.2",
"socket.io": "^4.8.1"
}
}