{ "name": "websockets", "version": "1.0.0", "main": "index.js", "scripts": { "dev": "nodemon index.js", "start": "bun index.js " }, "keywords": [], "author": "", "license": "ISC", "description": "", "dependencies": { "nodemon": "^3.1.11", "socket.io": "^4.8.1" } }