- Wrap browser lifecycle in try/finally so browser.close() always runs - Fall back to SIGKILL of browser.process() if close() fails - Add --disable-dev-shm-usage to launch args (container stability) - Add tini as ENTRYPOINT in Dockerfile for defense in depth - Bump version to 1.0.2
18 lines
326 B
JSON
18 lines
326 B
JSON
{
|
|
"name": "md2html",
|
|
"version": "1.0.2",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "commonjs",
|
|
"dependencies": {
|
|
"marked": "^18.0.0",
|
|
"puppeteer-core": "^24.40.0"
|
|
}
|
|
}
|