mirror of
https://bitbucket.org/siakitem/my-pi.git
synced 2026-08-28 08:35:57 +00:00
feat: add pure ssh2 remote operations
This commit is contained in:
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"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 <ilia.anastasov@gmail.com>",
|
||||
"Furkan Bilgin <info@furkanbilgin.net>",
|
||||
"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": "*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user