UNPKG

branchyard

Version:

branchyard — Your shipyard for parallel development workflows. Maintain your digital yard with clean branches, productive workflows, and AI-era readiness.

51 lines (50 loc) 1.19 kB
{ "name": "branchyard", "version": "1.3.0", "description": "branchyard — Your shipyard for parallel development workflows. Maintain your digital yard with clean branches, productive workflows, and AI-era readiness.", "author": "Sivaram P <dev.sivaramp@gmail.com>", "license": "MIT", "homepage": "https://github.com/SivaramPg/branchyard#readme", "repository": { "type": "git", "url": "git+https://github.com/SivaramPg/branchyard.git" }, "bugs": { "url": "https://github.com/SivaramPg/branchyard/issues" }, "keywords": [ "git", "worktree", "git-worktree", "cli", "developer-tools", "productivity", "vscode", "cursor", "windsurf", "zed", "monorepo", "parallel-development", "workspace-management" ], "bin": { "branchyard": "./src/index.ts" }, "type": "module", "scripts": { "dev": "bun run src/index.ts", "link": "bun link", "unlink": "bun unlink", "release": "bun publish --access public" }, "dependencies": { "colorette": "^2.0.20", "zod": "^3.22.4" }, "devDependencies": { "@types/bun": "latest" }, "peerDependencies": { "typescript": "^5" } }