git-amend
Version:
Easily edit git commit with CLI prompt
37 lines (36 loc) • 731 B
JSON
{
"name": "git-amend",
"version": "1.1.0",
"description": "Easily edit git commit with CLI prompt",
"main": "index.js",
"author": "Elevista",
"email": "elevista@sunnyholic.com",
"license": "ISC",
"devDependencies": {
"standard": "^12.0.1"
},
"bin": {
"git-amend": "./index.js"
},
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"ansi-colors": "^3.2.3",
"enquirer": "^2.1.1",
"moment": "^2.23.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Elevista/git-amend.git"
},
"keywords": [
"git",
"amend",
"rebase",
"commit",
"cli"
],
"homepage": "https://github.com/Elevista/git-amend"
}