67 lines
1.7 KiB
JSON
67 lines
1.7 KiB
JSON
{
|
|
"name": "@serve.zone/remoteingress",
|
|
"version": "4.0.0",
|
|
"private": false,
|
|
"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.",
|
|
"main": "dist_ts/index.js",
|
|
"typings": "dist_ts/index.d.ts",
|
|
"type": "module",
|
|
"author": "Task Venture Capital GmbH",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test": "(tstest test/ --verbose --logfile --timeout 60)",
|
|
"build": "(tsbuild tsfolders --allowimplicitany && tsrust)",
|
|
"buildDocs": "(tsdoc)"
|
|
},
|
|
"devDependencies": {
|
|
"@git.zone/tsbuild": "^4.1.2",
|
|
"@git.zone/tsbundle": "^2.8.3",
|
|
"@git.zone/tsrun": "^2.0.1",
|
|
"@git.zone/tsrust": "^1.3.0",
|
|
"@git.zone/tstest": "^3.1.8",
|
|
"@push.rocks/tapbundle": "^6.0.3",
|
|
"@types/node": "^25.2.3"
|
|
},
|
|
"dependencies": {
|
|
"@push.rocks/qenv": "^6.1.3",
|
|
"@push.rocks/smartrust": "^1.2.1"
|
|
},
|
|
"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/**/*",
|
|
"dist_rust/**/*",
|
|
"assets/**/*",
|
|
"cli.js",
|
|
"npmextra.json",
|
|
"readme.md"
|
|
],
|
|
"keywords": [
|
|
"remote access",
|
|
"ingress tunnel",
|
|
"network edge",
|
|
"PROXY protocol",
|
|
"multiplexed tunnel",
|
|
"TCP proxy",
|
|
"TLS tunnel",
|
|
"serve.zone stack",
|
|
"TypeScript",
|
|
"Rust",
|
|
"SmartProxy"
|
|
]
|
|
}
|