{
  "name": "@cuiguojie/gap",
  "version": "1.0.2",
  "description": "Automatic Git profile switching based on remote URL patterns",
  "type": "module",
  "bin": {
    "gap": "./dist/cli.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cuiguojie/git-auto-profile.git"
  },
  "homepage": "https://github.com/cuiguojie/git-auto-profile#readme",
  "bugs": {
    "url": "https://github.com/cuiguojie/git-auto-profile/issues"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "keywords": [
    "git",
    "ssh",
    "profile",
    "config",
    "cli",
    "git-config",
    "ssh-key",
    "git-profile",
    "automatic-switching"
  ],
  "author": {
    "name": "cuiguojie",
    "url": "https://github.com/cuiguojie"
  },
  "license": "MIT",
  "dependencies": {
    "@clack/prompts": "^0.7.0",
    "chalk": "^5.3.0",
    "commander": "^11.1.0"
  },
  "devDependencies": {
    "@types/node": "^20.10.4",
    "tsup": "^8.0.1",
    "typescript": "^5.3.3"
  },
  "main": "./dist/cli.js",
  "engines": {
    "node": ">=22.0.0"
  },
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "start": "node dist/cli.js"
  }
}