{ "name": "simple-image-resizer", "version": "1.0.0", "description": "resize image file", "main": "index.js", "scripts": { "start": "node index.js" }, "author": "", "license": "ISC", "dependencies": { "body-parser": "^1.19.2", "dotenv": "^16.0.3", "express": "^4.17.3", "multer": "^1.4.4", "sharp": "^0.28.3" }, "engines": { "node": "14.x" } }