{
  "name": "opentunnel",
  "version": "0.0.30",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/anomalyco/opentunnel.git",
    "directory": "packages/cli"
  },
  "type": "module",
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "bun": ">=1.3.14"
  },
  "bin": {
    "opentunnel": "dist/index.js"
  },
  "scripts": {
    "build": "bun run script/build.ts"
  },
  "devDependencies": {
    "@effect/platform-node": "catalog:",
    "@opentunnel/client": "workspace:*",
    "@types/bun": "catalog:",
    "@types/node": "catalog:",
    "@typescript/native-preview": "catalog:",
    "effect": "catalog:",
    "smol-toml": "catalog:",
    "typescript": "catalog:"
  }
}
