{ "name": "server-nodejs", "version": "0.0.1", "description": "Server for robotank", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "node esbuild.mjs" }, "author": "", "license": "ISC", "devDependencies": { "esbuild": "^0.25.0", "ws": "^8.18.1" }, "optionalDependencies": { "bufferutil": "^4.0.9" } }