UNPKG

@betaorbust/github-loppers

Version:

List or delete local squash-merged git branches. Cleans up that Github mess!

52 lines (51 loc) 1.31 kB
{ "name": "@betaorbust/github-loppers", "version": "1.1.2", "description": "List or delete local squash-merged git branches. Cleans up that Github mess!", "type": "module", "bin": { "github-loppers": "dist/index.js" }, "files": [ "dist", "README.md", "LICENSE" ], "engines": { "node": ">=18.18.0" }, "scripts": { "build": "tsc", "format": "prettier --write ." }, "repository": { "type": "git", "url": "git+https://github.com/betaorbust/github-loppers.git" }, "keywords": [ "github", "squashed", "branch", "clean" ], "author": "Jacques Favreau (@betaorbust)", "license": "Hippocratic-3.0", "bugs": { "url": "https://github.com/betaorbust/github-loppers/issues" }, "homepage": "https://github.com/betaorbust/github-loppers#readme", "dependencies": { "@types/node": "^24.0.10", "chalk": "^5.4.1", "prompts": "^2.4.2", "simple-git": "^3.28.0" }, "devDependencies": { "@tsconfig/strictest": "^2.0.5", "@types/prompts": "^2.4.9", "eslint": "^9.30.1", "globals": "^16.3.0", "prettier": "^3.6.2", "typescript": "^5.8.3" } }