Spaces:
Sleeping
Sleeping
File size: 378 Bytes
2573ce9 45a0981 2573ce9 faa74ff 28ccf2c 2573ce9 28ccf2c 2573ce9 faa74ff 45a0981 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
{
"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"
}
|