@jpwilliams/gitree
Version:
Print a directory tree that shows Git status and ignores files dictated by .gitignore.
50 lines (49 loc) • 1.07 kB
JSON
{
"name": "@jpwilliams/gitree",
"version": "1.5.1",
"description": "Print a directory tree that shows Git status and ignores files dictated by .gitignore.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/jpwilliams/gitree.git"
},
"keywords": [
"git",
"status",
"tree",
"directory",
"modified",
"added",
"untracked",
"renamed",
"diff"
],
"author": "Jack Williams",
"license": "MIT",
"bugs": {
"url": "https://github.com/jpwilliams/gitree/issues"
},
"homepage": "https://github.com/jpwilliams/gitree#readme",
"bin": {
"gitree": "./index.js",
"gt": "./index.js"
},
"dependencies": {
"chalk": "^3.0.0",
"commander": "^4.1.1",
"execa": "^4.0.0",
"ignore": "^5.1.4",
"microloader": "^0.4.2",
"parse-git-status": "^0.1.0"
},
"devDependencies": {
"eslint": "^6.4.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1"
}
}