| { | |
| "name": "iptv-web-player", | |
| "version": "1.0.0", | |
| "description": "[](https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/HTML5) [](https://developer.mozilla.org/en-US/docs/Web/CSS) [](https://developer.mozilla.org/en-US/docs/Web/JavaScript) [](LICENSE) []() []() []() []()", | |
| "main": "core.js", | |
| "scripts": { | |
| "dev": "node server.js", | |
| "test": "echo \"Error: no test specified\" && exit 1" | |
| }, | |
| "repository": { | |
| "type": "git", | |
| "url": "https://huggingface.co/datasets/echodict/IPTV-Web-Player" | |
| }, | |
| "keywords": [], | |
| "author": "", | |
| "license": "ISC", | |
| "dependencies": { | |
| "express": "^5.2.1", | |
| "mux.js": "^6.3.0" | |
| } | |
| } | |