{
  "name": "hgit",
  "version": "0.47.19",
  "description": "Streamline and Simplify complex git processes",
  "main": "./bin/index.js",
  "type": "module",
  "os": [
    "darwin",
    "linux"
  ],
  "engines": {
    "node": ">=0.16.5"
  },
  "bin": {
    "hgit": "./bin/index.js"
  },
  "scripts": {
    "start": "node bin",
    "build": "pkg index.js --out-dir ./exec/",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/metaory/hgit-cli.git"
  },
  "keywords": [
    "hgit",
    "git",
    "workflow",
    "workflow-automation",
    "workflow-engine",
    "workflow",
    "ci",
    "cli",
    "tui",
    "task",
    "task-runner",
    "script-runner",
    "pipeline",
    "terminal",
    "term",
    "shell",
    "command-line",
    "console"
  ],
  "author": "metaory <metaory@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "boxen": "^7.0.0",
    "cli-highlight": "^2.1.11",
    "clipboardy": "^3.0.0",
    "enquirer": "^2.3.6",
    "figlet": "^1.5.2",
    "gradient-string": "^2.0.1",
    "ora": "^6.1.2",
    "prettycli": "^1.4.3",
    "update-notifier": "^6.0.2",
    "xdg-basedir": "^5.1.0",
    "zx": "^7.0.8"
  },
  "devDependencies": {
    "eslint": "^8.22.0",
    "eslint-config-standard": "^17.0.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-n": "^15.2.4",
    "eslint-plugin-promise": "^6.0.0"
  }
}
