UNPKG

ghswap

Version:

Easy GitHub account switching - manage multiple GitHub accounts with seamless context switching for Git config, SSH keys, and GitHub CLI

54 lines (53 loc) 1.2 kB
{ "name": "ghswap", "version": "1.0.1", "description": "Easy GitHub account switching - manage multiple GitHub accounts with seamless context switching for Git config, SSH keys, and GitHub CLI", "type": "module", "main": "./dist/index.js", "bin": { "ghswap": "./dist/index.js" }, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "prepublishOnly": "npm run build", "postinstall": "node dist/index.js --version 2>/dev/null || true", "start": "ts-node index.ts", "clean": "rm -rf dist" }, "keywords": [ "github", "git", "ssh", "account", "switch", "multi-account", "cli", "developer-tools", "git-config", "ssh-keys", "github-cli" ], "author": "Shubham Verma", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/shubhamV123/ghswap.git" }, "bugs": { "url": "https://github.com/shubhamV123/ghswap/issues" }, "homepage": "https://github.com/shubhamV123/ghswap#readme", "engines": { "node": ">=14.0.0" }, "devDependencies": { "@types/node": "^24.7.1", "ts-node": "^10.9.2", "typescript": "^5.9.3" } }