{ "name": "node-tls-proxy", "version": "1.0.0", "private": true, "description": "Node.js TLS forward proxy for native JA3/JA4 fingerprint matching", "main": "proxy.js", "scripts": { "start": "node proxy.js", "health": "curl -s http://127.0.0.1:${PROXY_PORT:-3456}/__health | jq ." }, "engines": { "node": ">=20.0.0" } }