sigmawall/package.json
2025-08-26 18:57:05 +05:00

23 lines
539 B
JSON

{
"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"
}
}