IPTV-Web-Player / package.json
dlxj
实现了本地 ts 单个视频播放,不依赖 node server
ae559e0
{
"name": "iptv-web-player",
"version": "1.0.0",
"description": "[![HTML5](https://img.shields.io/badge/HTML5-E34F26?style=flat-square&logo=html5&logoColor=white)](https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/HTML5) [![CSS3](https://img.shields.io/badge/CSS3-1572B6?style=flat-square&logo=css3&logoColor=white)](https://developer.mozilla.org/en-US/docs/Web/CSS) [![JavaScript](https://img.shields.io/badge/JavaScript-F7DF1E?style=flat-square&logo=javascript&logoColor=black)](https://developer.mozilla.org/en-US/docs/Web/JavaScript) [![License: GPLv3](https://img.shields.io/badge/License-GPLv3-blue?style=flat-square)](LICENSE) [![Open Source](https://img.shields.io/badge/Open%20Source-Yes-brightgreen?style=flat-square)]() [![Responsive](https://img.shields.io/badge/Responsive-Yes-blue?style=flat-square)]() [![Multi-Platform](https://img.shields.io/badge/Multi--Platform-Yes-blueviolet?style=flat-square)]() [![Web App](https://img.shields.io/badge/Web%20App-Yes-orange?style=flat-square)]()",
"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"
}
}