UNPKG

fmdt

Version:

CLI tool for checking if a branch has been merged into feature branches (dev, qa, staging, master)

52 lines 1.16 kB
{ "name": "fmdt", "type": "module", "version": "1.2.0", "description": "CLI tool for checking if a branch has been merged into feature branches (dev, qa, staging, master)", "license": "MIT", "author": "treramey <trevor@trevors.email>", "repository": { "type": "git", "url": "https://github.com/treramey/fmdt.git" }, "homepage": "https://github.com/nyatinte/fmdt#readme", "bugs": { "url": "https://github.com/nyatinte/fmdt/issues" }, "keywords": [ "azure-devops", "cli", "command-line", "cli-tool", "terminal", "tui", "branch-status", "merge-status", "developer-tools", "fmdt" ], "engines": { "node": ">=20.19.3" }, "exports": { ".": "./dist/index.js" }, "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "bin": "./dist/index.js", "files": [ "dist" ], "dependencies": { "@folder/xdg": "^4.0.1", "@inkjs/ui": "^2.0.0", "@napi-rs/keyring": "^1.2.0", "commander": "^14.0.0", "es-toolkit": "^1.39.7", "ink": "^6.0.1", "react": "^19.1.0", "ts-pattern": "^5.7.1", "zod": "^4.0.5" } }