UNPKG

git-tm

Version:

An elegant visual Git history explorer with real-time commit comparison capabilities

46 lines (45 loc) 1.03 kB
{ "name": "git-tm", "version": "0.4.0", "description": "An elegant visual Git history explorer with real-time commit comparison capabilities", "main": "src/cli.js", "bin": { "git-tm": "src/cli.js" }, "scripts": { "start": "node src/cli.js" }, "type": "module", "dependencies": { "boxen": "^8.0.1", "center-align": "^1.0.1", "chalk": "^4.1.2", "commander": "^11.1.0", "express": "^4.18.2", "figlet": "^1.6.0", "gradient-string": "^3.0.0", "open": "^10.0.3", "ora": "^7.0.1", "simple-git": "^3.22.0" }, "repository": { "type": "git", "url": "git+https://github.com/vHackBots/Git-Time-Machine.git" }, "keywords": [ "git-tm", "git-time-machine", "git", "time", "commits", "commit-history", "source-control", "github" ], "author": "nandhu-44", "license": "MIT", "bugs": { "url": "https://github.com/vHackBots/Git-Time-Machine/issues" }, "homepage": "https://github.com/vHackBots/Git-Time-Machine#readme" }