{ "name": "cluster-nodejs", "version": "0.0.1", "description": "Sample server to be used with the Socket.IO Admin UI", "private": true, "main": "index.js", "type": "module", "scripts": { "start": "node index.js" }, "author": "Damien Arrachequesne ", "license": "MIT", "dependencies": { "@socket.io/cluster-adapter": "^0.1.0", "@socket.io/sticky": "^1.0.1", "socket.io": "^4.4.1" } }