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