{
  "name": "untun",
  "version": "0.2.2",
  "description": "Tunnel your local HTTP(s) server to the world! Powered by Cloudflare Quick Tunnels.",
  "license": "MIT",
  "repository": "unjs/untun",
  "bin": {
    "untun": "./dist/cli.mjs"
  },
  "files": [
    "dist",
    "bin"
  ],
  "type": "module",
  "sideEffects": false,
  "main": "./dist/index.mjs",
  "types": "./dist/index.d.mts",
  "exports": {
    ".": "./dist/index.mjs"
  },
  "scripts": {
    "build": "obuild",
    "dev": "vitest dev",
    "lint": "oxlint . && oxfmt --check src test",
    "fmt": "oxlint . --fix && oxfmt src test",
    "prepack": "pnpm run build",
    "release": "pnpm test && pnpm build && changelogen --release && npm publish && git push --follow-tags",
    "typecheck": "tsc --noEmit",
    "test": "pnpm lint && pnpm typecheck &&  vitest run --coverage",
    "untun": "node src/cli.ts"
  },
  "devDependencies": {
    "@types/node": "^26.1.1",
    "@vitest/coverage-v8": "^4.1.10",
    "changelogen": "^0.6.2",
    "eslint-config-unjs": "^0.6.2",
    "obuild": "^0.4.38",
    "oxfmt": "^0.59.0",
    "oxlint": "^1.74.0",
    "typescript": "^7.0.2",
    "vitest": "^4.1.10"
  },
  "packageManager": "pnpm@11.15.1"
}
