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