{ "dependencies": { "@hono/node-server": "^1.17.1", "@hono/node-ws": "^1.2.0", "hono": "^4.8.5" }, "name": "sigmawall", "version": "1.0.0", "main": "index.js", "type": "commonjs", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "esbuild index.mjs --bundle --platform=node --format=esm --outfile=bundle.mjs", "start": "npm run build && node ./sigmawall/.." }, "author": "", "license": "ISC", "description": "", "devDependencies": { "esbuild": "^0.25.9" } }