Files
PostConvert/package.json
2026-01-22 08:33:58 -08:00

17 lines
376 B
JSON

{
"name": "postconvert",
"version": "1.0.0",
"description": "Robust image and PDF to JPEG conversion service with HEIC fallback and page-by-page PDF ZIP output",
"type": "module",
"private": true,
"engines": {
"node": ">=18"
},
"dependencies": {
"archiver": "^6.0.2",
"express": "^4.19.2",
"libheif-js": "^1.18.0",
"sharp": "^0.33.5"
}
}