compressimg / package.json
chatyou's picture
Update package.json
faa74ff verified
raw
history blame contribute delete
378 Bytes
{
"name": "image-resizer",
"version": "1.0.0",
"description": "A Node.js application to resize images and upload them using Express.",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"express": "^4.17.1",
"node-fetch": "^2.6.1",
"form-data": "^4.0.0",
"sharp": "^0.29.3"
},
"author": "",
"license": "ISC"
}