23 lines
403 B
JSON
23 lines
403 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": {
|
|
"canvas": "^2.11.2",
|
|
"express": "^4.18.2",
|
|
"puppeteer": "^24.15.0"
|
|
}
|
|
}
|