mirror of
https://github.com/actions/runner.git
synced 2026-01-17 01:03:38 +08:00
13 lines
236 B
JSON
13 lines
236 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|