{
  "name": "ghq-worktree",
  "version": "0.0.3",
  "description": "A CLI tool for managing git worktrees with ghq repository organization",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "ghq-wt": "dist/index.js"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "tsx src/index.ts",
    "start": "node dist/index.js",
    "test": "echo \"Error: no test specified\" && exit 1",
    "format": "prettier --write .",
    "release": "pnpm run build && npm version patch && npm publish"
  },
  "keywords": [
    "ghq",
    "git",
    "worktree",
    "cli",
    "development"
  ],
  "author": {
    "name": "Sosuke Suzuki"
  },
  "license": "MIT",
  "packageManager": "pnpm@10.10.0",
  "engines": {
    "node": ">=20"
  },
  "dependencies": {
    "gunshi": "^0.26.3"
  },
  "devDependencies": {
    "@types/node": "^24.0.0",
    "prettier": "^3.5.3",
    "tsx": "^4.20.0",
    "typescript": "^5.8.3"
  }
}
