gwtr 0.4.0

A simple Git worktree manager
Documentation
{
  "name": "gwtr",
  "version": "0.4.0",
  "description": "A simple Git worktree manager",
  "keywords": [
    "git",
    "worktree",
    "cli",
    "tool"
  ],
  "author": "Katsuhiro Honda <freewave3@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/katsuhirohonda/gwtr.git"
  },
  "bugs": {
    "url": "https://github.com/katsuhirohonda/gwtr/issues"
  },
  "homepage": "https://github.com/katsuhirohonda/gwtr#readme",
  "bin": {
    "gwtr": "bin/gwtr"
  },
  "files": [
    "bin/",
    "lib/",
    "README.md"
  ],
  "scripts": {
    "postinstall": "node lib/postinstall.js"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "os": [
    "darwin",
    "linux",
    "win32"
  ],
  "cpu": [
    "x64",
    "arm64"
  ],
  "optionalDependencies": {
    "gwtr-darwin-x64": "0.4.0",
    "gwtr-darwin-arm64": "0.4.0",
    "gwtr-linux-x64": "0.4.0",
    "gwtr-linux-arm64": "0.4.0",
    "gwtr-win32-x64": "0.4.0"
  }
}