deletable-branches
Version:
List remote tracking branches in a Git repo that were in PRs that were squashed and merged into master.
34 lines (33 loc) • 838 B
JSON
{
"name": "deletable-branches",
"version": "0.1.9",
"description": "List remote tracking branches in a Git repo that were in PRs that were squashed and merged into master.",
"main": "lib/index.js",
"files": [
"/lib/"
],
"bin": "./lib/cli.js",
"scripts": {
"test": "jest --passWithNoTests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/douglasnaphas/deletable-branches.git"
},
"keywords": [
"Git"
],
"author": "Douglas Naphas <douglasnaphas@gmail.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/douglasnaphas/deletable-branches/issues"
},
"homepage": "https://github.com/douglasnaphas/deletable-branches#readme",
"devDependencies": {
"jest": "^24.9.0"
},
"dependencies": {
"axios": "^0.19.0",
"commander": "^3.0.2"
}
}