@hadesgod/sshx
Version:
A modern CLI tool for managing SSH connections with interactive host selection and port forwarding capabilities.
58 lines (57 loc) • 1.19 kB
JSON
{
"name": "@hadesgod/sshx",
"module": "index.ts",
"type": "module",
"version": "0.0.6",
"author": {
"name": "Atiwat Seenark",
"email": "atiwat-s.19@hotmail.com"
},
"homepage": "https://github.com/seenark/sshx",
"private": false,
"publishConfig": {
"access": "public",
"directory": "dist"
},
"bin": {
"sshx": "./dist/index.js"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist/",
"README.md"
],
"scripts": {
"dev": "bun run src/index.ts",
"build": "./node_modules/.bin/tsdown",
"pb": "npm publish --access public"
},
"devDependencies": {
"@biomejs/biome": "2.1.1",
"@effect/language-service": "^0.27.2",
"@types/bun": "latest",
"lefthook": "^1.12.2",
"tsdown": "^0.12.9",
"ultracite": "5.0.36"
},
"peerDependencies": {
"typescript": "^5"
},
"dependencies": {
"@inquirer/prompts": "^7.6.0",
"boxen": "^8.0.1",
"chalk": "^5.4.1",
"clipboardy": "^4.0.0",
"commander": "^14.0.0",
"effect": "^3.16.16",
"fuse.js": "^7.1.0",
"ora": "^8.2.0"
},
"keywords": [
"ssh",
"cli",
"config",
"port-forwarding"
]
}