{
  "name": "resulgit",
  "version": "1.0.22",
  "description": "A powerful CLI tool for version control system operations - clone, commit, push, pull, merge, branch management, and more",
  "main": "resulgit.js",
  "bin": {
    "resulgit": "resulgit.js"
  },
  "scripts": {
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage"
  },
  "keywords": [
    "git",
    "vcs",
    "version-control",
    "cli",
    "repository",
    "commit",
    "branch",
    "merge",
    "pull-request",
    "stash"
  ],
  "author": "resulticks <int.resulticks@gmail.com>",
  "license": "MIT",
  "engines": {
    "node": ">=14.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/resulticks/resulgit.git"
  },
  "files": [
    "resulgit.js",
    "README.md",
    "lib"
  ],
  "dependencies": {
    "ora": "^5.4.1"
  },
  "devDependencies": {
    "jest": "^29.7.0"
  }
}