2022-06-24 23:44:12 +07:00
|
|
|
{
|
2022-06-26 00:22:33 +07:00
|
|
|
"name": "@cubetiq/hlt",
|
2022-06-26 14:51:19 +07:00
|
|
|
"version": "0.0.4",
|
2022-06-26 14:28:37 +07:00
|
|
|
"description": "A lightweight http tunnel client using nodejs and socket.io client",
|
2022-06-24 23:44:12 +07:00
|
|
|
"main": "client.js",
|
|
|
|
"bin": {
|
2022-06-26 00:22:33 +07:00
|
|
|
"hlt": "bin/hlt"
|
2022-06-24 23:44:12 +07:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "node client.js"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://git.cubetiqs.com/cubetiq/http-tunnel-client.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
2022-06-25 14:32:31 +07:00
|
|
|
"http-tunnel-client",
|
|
|
|
"socket.io-client"
|
2022-06-24 23:44:12 +07:00
|
|
|
],
|
|
|
|
"author": "Sambo Chea <sombochea@cubetiqs.com>",
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
2022-06-25 21:38:09 +07:00
|
|
|
"axios": "^0.27.2",
|
2022-06-24 23:44:12 +07:00
|
|
|
"commander": "^9.3.0",
|
|
|
|
"https-proxy-agent": "^5.0.1",
|
|
|
|
"socket.io-client": "^4.5.1"
|
2022-06-26 00:35:11 +07:00
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
2022-06-24 23:44:12 +07:00
|
|
|
}
|
|
|
|
}
|