{
  "name": "@bojangles/gwt",
  "version": "1.5.2",
  "description": "A fast, hackable zsh toolkit for git worktrees — create, switch, open, list, and clean up worktrees with short commands and an fzf picker.",
  "bin": {
    "gwt-install": "install.sh"
  },
  "scripts": {
    "dev": "sh scripts/link.sh",
    "test": "zsh test/smoke.zsh"
  },
  "files": [
    "src/gwt.zsh",
    "install.sh",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "keywords": [
    "git",
    "worktree",
    "worktrees",
    "git-worktree",
    "worktree-manager",
    "zsh",
    "zsh-plugin",
    "cli",
    "fzf",
    "developer-tools",
    "productivity"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bojangles-m/gwt.git"
  },
  "homepage": "https://github.com/bojangles-m/gwt#readme",
  "bugs": {
    "url": "https://github.com/bojangles-m/gwt/issues"
  },
  "author": "Bojangles",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  }
}
