UNPKG

git-flow-js

Version:

A CLI tool that simplifies branch management in Git

44 lines (43 loc) 806 B
{ "name": "git-flow-js", "version": "0.1.7", "main": "dist/index.js", "type": "module", "author": "Jaime Torres", "license": "MIT", "description": "A CLI tool that simplifies branch management in Git", "repository": { "type": "git", "url": "git+https://github.com/jaime00/git-flow-js.git" }, "scripts": { "build": "node build.js" }, "bin": { "asd": "dist/index.js", "gfjs": "dist/index.js", "git-flow-js": "dist/index.js" }, "files": [ "./dist" ], "keywords": [ "cli", "git", "gitflow", "git-flow", "git-branch", "branch", "automation" ], "dependencies": { "@clack/prompts": "^0.10.1", "chalk": "^5.4.1" }, "engines": { "node": ">=14.0.0" }, "devDependencies": { "esbuild": "^0.25.4" } }