{ "name": "pi-ssh", "version": "0.8.0", "description": "Explicit remote SSH tools for Pi using a pure ssh2 transport and encrypted host vault", "type": "module", "private": false, "main": "index.ts", "files": [ "index.ts", "permission-integration.ts", "src", "scripts", "README.md", "CHANGELOG.md", "extension-spec.md", "UPSTREAM.md", "LICENSE" ], "keywords": [ "pi-package", "pi", "pi-coding-agent", "theme", "ssh", "dark-mode", "ghostty" ], "author": "Helmut Januschka", "contributors": [ "Iliya Anastasov ", "Furkan Bilgin ", "Tim Smith", "Ignas (fairusage)" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/pansapiens/pi-ssh.git" }, "bugs": { "url": "https://github.com/pansapiens/pi-ssh/issues" }, "homepage": "https://github.com/pansapiens/pi-ssh#readme", "scripts": { "test": "node --test test/*.test.ts" }, "pi": { "extensions": [ "./index.ts" ] }, "dependencies": { "jiti": "2.7.0", "ssh2": "1.17.0" }, "peerDependencies": { "@earendil-works/pi-coding-agent": "*", "@gotgenes/pi-permission-system": "*" } }