{
  "name": "file-processing-app",
  "version": "1.0.0",
  "description": "Node.js file processing application with real-time status updates",
  "main": "server.js",
  "scripts": {
    "start": "node server.js",
    "dev": "nodemon server.js"
  },
  "dependencies": {
    "express": "^4.18.2",
    "multer": "^1.4.5-lts.1",
    "socket.io": "^4.7.4"
  },
  "devDependencies": {
    "nodemon": "^3.0.2"
  },
  "keywords": [
    "nodejs",
    "file-processing",
    "upload",
    "websockets",
    "real-time"
  ],
  "author": "Low CL (coffee)",
  "license": "MIT",
  "type": "commonjs"
}
