@betaorbust/github-loppers
Version:
List or delete local squash-merged git branches. Cleans up that Github mess!
56 lines (55 loc) • 1.55 kB
JSON
{
"name": "@betaorbust/github-loppers",
"version": "2.0.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": ">=22.0.0"
},
"scripts": {
"check": "eslint ./src --ext .ts && tsc",
"format": "prettier --write .",
"build": "rm -rf dist && tsc && chmod +x dist/index.js",
"prepublishOnly": "npm run build"
},
"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": {
"@clack/prompts": "^1.6.0",
"chalk": "^5.6.2",
"simple-git": "^3.30.0"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@tsconfig/strictest": "^2.0.8",
"@types/node": "^24.0.10",
"@typescript-eslint/eslint-plugin": "^8.62.1",
"@typescript-eslint/parser": "^8.62.1",
"eslint": "^10.6.0",
"globals": "^17.7.0",
"prettier": "^3.9.4",
"typescript": "^6.0.3"
}
}