{
  "name": "chief-tool",
  "version": "0.0.41",
  "description": "猎户座 - Git Branch Management CLI Tool",
  "main": "bin/index.js",
  "bin": {
    "chief": "bin/index.js"
  },
  "type": "commonjs",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "git",
    "cli",
    "branch management"
  ],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "axios": "^1.11.0",
    "chalk": "^4.1.2",
    "commander": "^11.0.0",
    "figlet": "^1.6.0",
    "fs-extra": "^11.1.1",
    "glob": "^11.0.0",
    "lodash": "^4.17.21",
    "path": "^0.12.7",
    "prettier": "^3.4.2",
    "semver": "^7.5.4",
    "simple-git": "^3.19.1",
    "xlsx": "^0.18.5"
  }
}
