2024-03-24 14:44:44 +01:00
{
"name" : "@serve.zone/remoteingress" ,
2026-02-26 17:39:40 +00:00
"version" : "4.1.0" ,
2024-03-24 14:44:44 +01:00
"private" : false ,
2026-02-16 11:22:23 +00:00
"description" : "Edge ingress tunnel for DcRouter - accepts incoming TCP connections at network edge and tunnels them to DcRouter SmartProxy preserving client IP via PROXY protocol v1." ,
2024-03-24 14:44:44 +01:00
"main" : "dist_ts/index.js" ,
"typings" : "dist_ts/index.d.ts" ,
"type" : "module" ,
"author" : "Task Venture Capital GmbH" ,
"license" : "MIT" ,
"scripts" : {
2026-02-18 18:41:25 +00:00
"test" : "(tstest test/ --verbose --logfile --timeout 60)" ,
2026-02-17 10:04:54 +00:00
"build" : "(tsbuild tsfolders --allowimplicitany && tsrust)" ,
2024-03-24 14:44:44 +01:00
"buildDocs" : "(tsdoc)"
} ,
"devDependencies" : {
2026-02-17 10:04:54 +00:00
"@git.zone/tsbuild" : "^4.1.2" ,
"@git.zone/tsbundle" : "^2.8.3" ,
"@git.zone/tsrun" : "^2.0.1" ,
2026-02-16 11:22:23 +00:00
"@git.zone/tsrust" : "^1.3.0" ,
2026-02-17 10:04:54 +00:00
"@git.zone/tstest" : "^3.1.8" ,
"@push.rocks/tapbundle" : "^6.0.3" ,
2026-02-26 12:37:39 +00:00
"@types/node" : "^25.3.0"
2024-03-24 14:44:44 +01:00
} ,
2024-04-14 03:38:00 +02:00
"dependencies" : {
2026-02-17 10:04:54 +00:00
"@push.rocks/qenv" : "^6.1.3" ,
2026-02-16 11:22:23 +00:00
"@push.rocks/smartrust" : "^1.2.1"
2024-04-14 03:38:00 +02:00
} ,
2024-03-24 14:44:44 +01:00
"repository" : {
"type" : "git" ,
"url" : "git+https://code.foss.global/serve.zone/remoteingress.git"
} ,
"bugs" : {
"url" : "https://code.foss.global/serve.zone/remoteingress/issues"
} ,
"homepage" : "https://code.foss.global/serve.zone/remoteingress#readme" ,
"browserslist" : [
"last 1 chrome versions"
] ,
"files" : [
"ts/**/*" ,
"ts_web/**/*" ,
"dist/**/*" ,
"dist_*/**/*" ,
"dist_ts/**/*" ,
"dist_ts_web/**/*" ,
2026-02-16 11:22:23 +00:00
"dist_rust/**/*" ,
2024-03-24 14:44:44 +01:00
"assets/**/*" ,
"cli.js" ,
"npmextra.json" ,
"readme.md"
2024-04-14 03:38:00 +02:00
] ,
"keywords" : [
"remote access" ,
2026-02-16 11:22:23 +00:00
"ingress tunnel" ,
"network edge" ,
"PROXY protocol" ,
"multiplexed tunnel" ,
"TCP proxy" ,
"TLS tunnel" ,
2024-04-14 03:40:55 +02:00
"serve.zone stack" ,
2026-02-16 11:22:23 +00:00
"TypeScript" ,
"Rust" ,
"SmartProxy"
2024-03-24 14:44:44 +01:00
]
2024-04-14 03:40:56 +02:00
}