1
0
Files
ws4kp-to-hls/package.json
2025-11-07 14:02:11 -05:00

17 lines
358 B
JSON

{
"name": "webpage-to-hls",
"version": "1.0.0",
"description": "Simple webpage to HLS streaming service",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"keywords": ["puppeteer", "ffmpeg", "hls", "streaming"],
"author": "",
"license": "MIT",
"dependencies": {
"express": "^4.18.2",
"puppeteer": "^24.15.0"
}
}