{
  "name": "tcptun",
  "version": "0.5.3",
  "description": "Local mixed proxy forwarder and TCP tunnel written in Go.",
  "bin": {
    "tcptun": "bin/tcptun.js"
  },
  "files": [
    "bin/tcptun.js",
    "dist/tcptun-*",
    "LICENSE",
    "README.md",
    "README.zh-CN.md",
    "docs"
  ],
  "scripts": {
    "pack:check": "pnpm pack --dry-run"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sskycn/tcptun-go.git"
  },
  "homepage": "https://github.com/sskycn/tcptun-go#readme",
  "bugs": {
    "url": "https://github.com/sskycn/tcptun-go/issues"
  },
  "license": "SEE LICENSE IN LICENSE",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
}
