arc-automator
Version:
A tool that automates working with arcanist
32 lines • 825 B
JSON
{
"name": "arc-automator",
"version": "1.0.3",
"description": "A tool that automates working with arcanist",
"bin": {
"arc-automator": "./run.js"
},
"scripts": {
"automator_help": "node run.js help",
"patch-diff-stack": "node run.js patch_diff_stack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/karol-bisztyga/arc-automator.git"
},
"keywords": [
"arc",
"phabricator",
"arcanist",
"diffs",
"stack"
],
"contributors": [
"Karol Bisztyga <karol.bisztyga@swmansion.com> (https://github.com/karol-bisztyga)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/karol-bisztyga/arc-automator/issues"
},
"homepage": "https://github.com/karol-bisztyga/arc-automator"
}