ce563186cb
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.
14 lines
201 B
JSON
14 lines
201 B
JSON
{
|
|
"name": "mtm-ssh-menu",
|
|
"private": true,
|
|
"scripts": {
|
|
"run": "mtm-ssh-menu"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "latest"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5"
|
|
}
|
|
}
|