{
  "name": "@99percentpeople/pi-ssh-remote",
  "version": "0.6.2",
  "description": "Route Pi's file and shell tools to remote Unix or Windows workspaces through reusable OpenSSH or ssh2 transports",
  "type": "module",
  "pi": {
    "extensions": [
      "./index.min.js"
    ]
  },
  "keywords": [
    "pi-package",
    "pi",
    "coding-agent",
    "ssh",
    "remote-development",
    "openssh",
    "ssh2",
    "background-tasks",
    "pty",
    "tui"
  ],
  "author": "99percentpeople",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/99percentpeople/pi-extensions.git",
    "directory": "extensions/ssh-remote"
  },
  "bugs": {
    "url": "https://github.com/99percentpeople/pi-extensions/issues"
  },
  "homepage": "https://github.com/99percentpeople/pi-extensions#ssh-remote",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "dependencies": {
    "ssh2": "1.17.0"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*"
  },
  "files": [
    "LICENSE",
    "README.md",
    "index.min.js",
    "index.min.js.map"
  ]
}
