rocket-git-task
Version:
Automação de fluxo de trabalho no Git para tasks, deploy e releases.
40 lines • 1.09 kB
JSON
{
"name": "rocket-git-task",
"version": "1.7.15",
"description": "Automação de fluxo de trabalho no Git para tasks, deploy e releases.",
"bin": {
"git-task": "./src/index.js"
},
"scripts": {
"gt:init": "git-task init",
"gt:create": "git-task create",
"gt:deploy:homolog": "git-task deploy homolog",
"gt:deploy:production": "git-task deploy production",
"gt:release:homolog": "git-task release homolog",
"gt:release:production": "git-task release production",
"gt:finish": "git-task finish",
"gt:finish:force": "git-task finish --force",
"gt:publish": "./.builds/publish.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tihhgoncalves/rocket-git-task.git"
},
"keywords": [
"git",
"task",
"automation",
"workflow",
"git-flow"
],
"author": "Tihh Gonçalves",
"license": "MIT",
"devDependencies": {
"standard-version": "^9.5.0"
},
"dependencies": {
"chalk": "^4.1.2",
"inquirer": "^12.4.2",
"yargs": "^17.7.2"
}
}