@xutl/forward
Version:
Port Forwarding
34 lines (33 loc) • 664 B
JSON
{
"name": "@xutl/forward",
"version": "0.0.3",
"description": "Port Forwarding",
"type": "module",
"exports": {
".": "./forward.js"
},
"bin": "./forward.js",
"files": [
"./forward.js",
"./forward.d.ts"
],
"scripts": {
"forward": "./forward.ts",
"build": "tsc --build --force",
"format": "biome format --write",
"lint": "biome lint --write",
"prepublish": "npm run build",
"postversion": "git push --follow-tags"
},
"keywords": [
"TCP",
"Forward"
],
"author": "Philipp Dunkel <pip@pipobscure.com>",
"license": "ISC",
"devDependencies": {
"@biomejs/biome": "^2.0.6",
"@types/node": "^24.0.10",
"typescript": "^5.8.3"
}
}