Files
md2html/package.json
alexz 43152351fa fix: prevent Chromium zombie leak in htmlToPdf
- 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
2026-04-11 14:59:50 +00:00

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"
}
}