Cleaned up
This commit is contained in:
13
package.json
13
package.json
@@ -1,11 +1,16 @@
|
|||||||
{
|
{
|
||||||
"name": "heic-converter",
|
"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",
|
"type": "module",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
"engines": {
|
||||||
|
"node": ">=18"
|
||||||
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"express": "^4.19.2",
|
|
||||||
"sharp": "^0.33.5",
|
|
||||||
"archiver": "^6.0.2",
|
"archiver": "^6.0.2",
|
||||||
"libheif-js": "^1.18.0"
|
"express": "^4.19.2",
|
||||||
|
"libheif-js": "^1.18.0",
|
||||||
|
"sharp": "^0.33.5"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user