Files
hop-gate/package.json
dalbodeule fe1018469d [refactor] adopt yamux-only tunnel transport [BREAK]
- replace gRPC/DTLS tunnel paths with TLS + yamux transport
- remove legacy protocol, protobuf, DTLS, and proxy implementations
- simplify server and client entrypoints around yamux
- update configuration, metrics, API, and architecture documentation
- add bidirectional yamux session tests
- verify with go test ./...
2026-09-04 16:11:18 +09:00

26 lines
746 B
JSON

{
"name": "hop-gate",
"private": true,
"version": "1.0.0",
"description": "> Korean / English bilingual README. (ko/en 병기 README입니다.)",
"homepage": "https://github.com/dalbodeule/hop-gate#readme",
"bugs": {
"url": "https://github.com/dalbodeule/hop-gate/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dalbodeule/hop-gate.git"
},
"license": "ISC",
"author": "",
"type": "commonjs",
"main": "index.js",
"scripts": {
"build:errors-css": "tailwindcss -c ./tools/tailwind/tailwind.config.cjs -i ./tools/tailwind/input.css -o ./internal/errorpages/assets/errors.css --minify"
},
"devDependencies": {
"@tailwindcss/cli": "^4.3.3",
"tailwindcss": "^4.3.3"
}
}