Files
matmoul ce563186cb feat: migrate ssh menu to Bun/TypeScript
Replace the Bash implementation and jq/yq dependency chain with a Bun-based TypeScript script, add Bun/TypeScript project files, and update docs and sample config notes to match the new CLI and behavior.
2026-06-04 01:45:53 +02:00

14 lines
201 B
JSON

{
"name": "mtm-ssh-menu",
"private": true,
"scripts": {
"run": "mtm-ssh-menu"
},
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5"
}
}