wip extension

This commit is contained in:
Francesco Renzi
2026-01-15 21:16:55 +00:00
committed by GitHub
parent bbe97ff1c8
commit 15b7034088
16 changed files with 3353 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "dap-websocket-proxy",
"version": "1.0.0",
"description": "WebSocket-to-TCP bridge for DAP debugging",
"main": "proxy.js",
"scripts": {
"start": "node proxy.js"
},
"dependencies": {
"ws": "^8.16.0"
}
}