28 lines
652 B
JSON
28 lines
652 B
JSON
{
|
|
"name": "@cubetiq/http-tunnel-client",
|
|
"version": "0.0.1",
|
|
"description": "A lightweight http tunnel client using nodejs and socket.io client.",
|
|
"main": "client.js",
|
|
"bin": {
|
|
"http-tunnel": "bin/http-tunnel"
|
|
},
|
|
"scripts": {
|
|
"start": "node client.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.cubetiqs.com/cubetiq/http-tunnel-client.git"
|
|
},
|
|
"keywords": [
|
|
"http-tunnel-client",
|
|
"socket.io-client"
|
|
],
|
|
"author": "Sambo Chea <sombochea@cubetiqs.com>",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"commander": "^9.3.0",
|
|
"https-proxy-agent": "^5.0.1",
|
|
"socket.io-client": "^4.5.1"
|
|
}
|
|
}
|