ws-to-socket-proxy
Version:
A proxy server which can be used to proxy an web socket connection to tcp or udp
26 lines • 352 B
JSON
{
"compilerOptions": {
"target": "es5",
"outDir": "bin",
"module": "commonjs",
"sourceMap": true,
"watch": false,
"lib": [
"es5"
],
"typeRoots": [
"./node_modules/@types"
],
"types": [
"node",
"websocket"
]
},
"exclude": [
"node_modules",
"js"
],
"include": [
"**/*.ts"
]
}