{
  "name": "@kevin0825/kgit",
  "version": "0.0.2",
  "description": "git commit cli",
  "repository": {
    "type": "git",
    "url": "https://github.com/Kevin9703/kgit.git"
  },
  "license": "ISC",
  "author": "kevin0825",
  "maintainers": [
    "Kevin9703"
  ],
  "bin": {
    "kgit": "bin/kgit.js"
  },
  "files": [
    "bin",
    "lib"
  ],
  "dependencies": {
    "chalk": "4.1.2",
    "child_process": "^1.0.2",
    "inquirer": "8.0.1",
    "readline": "^1.3.0",
    "yargs-parser": "^21.1.1"
  }
}
