{ "name": "node-ws", "version": "1.0.0", "description": "Node.js Server", "main": "index.js", "author": "eoovve", "repository": "https://github.com/eoovve/node-ws", "license": "MIT", "private": false, "scripts": { "start": "node index.js" }, "dependencies": { "ws": "^8.14.2", "axios": "^1.6.2" }, "engines": { "node": ">=14" } }