Files
my-pi/pi-ssh/package.json
T

61 lines
1.3 KiB
JSON

{
"name": "pi-ssh",
"version": "0.9.0",
"description": "Reviewed agent-controlled 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": "*"
}
}