UNPKG

@savaryna/git-add-account

Version:

🔐 A small CLI app that allows you to easily add multiple Git accounts on one machine. It switches between accounts automatically based on the workspace you are in.

62 lines (61 loc) 1.5 kB
{ "name": "@savaryna/git-add-account", "version": "2.2.0", "description": "🔐 A small CLI app that allows you to easily add multiple Git accounts on one machine. It switches between accounts automatically based on the workspace you are in.", "homepage": "https://github.com/savaryna/git-add-account#readme", "keywords": [ "git", "multiple-accounts", "account-switching", "cli", "ssh", "git-config", "workspace", "developer-tools", "automation", "productivity", "github", "gitlab" ], "author": "Alex Tofan", "license": "MIT", "bugs": { "url": "https://github.com/savaryna/git-add-account/issues" }, "repository": { "type": "git", "url": "git+https://github.com/savaryna/git-add-account.git" }, "type": "commonjs", "files": [ "bin" ], "bin": { "gaa": "bin/main.js", "git-add-account": "bin/main.js" }, "scripts": { "link": "npm unlink -g && npm link", "dev": "tsup --watch", "check": "biome check --write", "build": "tsup", "pretest": "npm run build", "test": "npm publish --dry-run" }, "main": "bin/main.js", "dependencies": { "mustache": "^4.2.0", "prompts": "^2.4.2", "yargs": "^18.0.0", "zod": "^3.25.76" }, "devDependencies": { "@biomejs/biome": "2.1.2", "@types/mustache": "^4.2.5", "@types/node": "^22.16.5", "@types/prompts": "^2.4.2", "@types/yargs": "^17.0.33", "tsup": "^8.2.4", "typescript": "^5.5.4" } }