17 lines
358 B
JSON
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"
|
|
}
|
|
}
|