Files
site-gateway/package.json
T
marvin dbc8f3490b Add Streaming Hosts: native TCP/UDP port forwarding with monitoring
Also adds scripts/apply-patch.sh to automate applying patches dropped
in ~/Downloads/Claude outputs.
2026-09-13 03:31:00 +00:00

20 lines
540 B
JSON

{
"name": "site-gateway",
"version": "0.11.35",
"private": true,
"description": "Site Gateway: simple self-hosted website publishing, reverse proxying, and automatic HTTPS.",
"type": "module",
"scripts": {
"start": "node src/server.js",
"check": "node --check src/server.js && node --check src/storage.js && node --check src/public/app.js && node --check src/public/features.js"
},
"dependencies": {
"adm-zip": "0.5.16",
"express": "5.1.0",
"multer": "2.0.2"
},
"engines": {
"node": ">=22"
}
}