Create package.json

This commit is contained in:
2025-12-29 19:12:50 -08:00
committed by GitHub
parent 42ca3df08b
commit c401ddf3d7

9
package.json Normal file
View File

@@ -0,0 +1,9 @@
{
"name": "heic-converter",
"type": "module",
"private": true,
"dependencies": {
"express": "^4.19.2",
"sharp": "^0.33.5"
}
}