{
  "name": "fuzzy",
  "version": "1.0.0",
  "description": "Simple Socket.IO test app for cPanel",
  "main": "app.js",
  "scripts": {
    "start": "node app.js"
  },
  "dependencies": {
    "express": "^4.19.2",
    "socket.io": "^4.7.5"
  }
}
