UNPKG

branch-commit-compare

Version:
49 lines (48 loc) 1.46 kB
{ "name": "branch-commit-compare", "version": "1.2.5", "description": "Git branch comparison tool", "main": "index.js", "bin": { "branch-commit-compare": "./index.js" }, "scripts": { "start": "node index.js", "dev": "node index.js", "pkg:fix": "npm pkg fix", "postinstall": "node -e \"const fs=require('fs'); const os=require('os'); const path=require('path'); const appName='branch-commit-compare'; const dir=process.platform==='darwin'?path.join(os.homedir(),'Library','Application Support',appName):process.platform==='win32'?path.join(process.env.APPDATA||path.join(os.homedir(),'AppData','Roaming'),appName):path.join(process.env.XDG_CONFIG_HOME||path.join(os.homedir(),'.config'),appName); !fs.existsSync(dir) && fs.mkdirSync(dir,{recursive:true});\"" }, "files": [ "index.js", "lib/", "templates/", "README.md" ], "keywords": [ "git", "branch", "compare", "diff", "cli", "commit" ], "author": "cn-zhubin-007", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/zhubincode/branch-compare.git" }, "bugs": { "url": "https://github.com/zhubincode/branch-compare/issues" }, "homepage": "https://github.com/zhubincode/branch-compare#readme", "dependencies": { "chalk": "^4.1.2", "fuzzy": "^0.1.3", "inquirer": "^8.2.5", "inquirer-autocomplete-prompt": "^2.0.0" }, "engines": { "node": ">=12" } }