{
  "name": "image-upload-server",
  "version": "1.0.0",
  "description": "",
  "license": "ISC",
  "author": "Farez Prieto (Orugal)",
  "type": "commonjs",
  "main": "index.js",
  "scripts": {
    "dev": "nodemon index.js",
    "dev:lan": "nodemon index.js --host",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "dependencies": {
    "express": "^5.1.0",
    "multer": "^2.0.1",
    "nodemon": "^3.1.10",
    "sharp": "^0.34.2",
    "uuid": "^11.1.0"
  }
}
