{
  "name": "@ifi/pi-remote-tailscale",
  "version": "0.5.1",
  "description": "Pi extension for secure remote session sharing with Tailscale URLs, QR codes, and TUI status widgets.",
  "keywords": [
    "pi",
    "pi-coding-agent",
    "pi-package",
    "qr-code",
    "remote",
    "tailscale",
    "websocket"
  ],
  "homepage": "https://github.com/ifiokjr/oh-pi/tree/main/packages/pi-remote-tailscale",
  "bugs": {
    "url": "https://github.com/ifiokjr/oh-pi/issues"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ifiokjr/oh-pi.git",
    "directory": "packages/pi-remote-tailscale"
  },
  "files": [
    "index.ts",
    "src",
    "README.md",
    "!**/*.test.ts",
    "!tests/**"
  ],
  "type": "module",
  "dependencies": {
    "@ifi/pi-web-server": "0.5.1"
  },
  "peerDependencies": {
    "@mariozechner/pi-agent-core": ">=0.56.1",
    "@mariozechner/pi-ai": ">=0.56.1",
    "@mariozechner/pi-coding-agent": ">=0.56.1",
    "@mariozechner/pi-tui": ">=0.56.1",
    "@sinclair/typebox": "*"
  },
  "optionalDependencies": {
    "node-pty": "^1.0.0",
    "qrcode-terminal": "^0.12.0"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "scripts": {
    "build": "pnpm run typecheck && pnpm run test:package",
    "typecheck": "tsgo --project ./tsconfig.json --noEmit",
    "test:package": "vitest run --config ./vitest.config.ts"
  }
}