{ "name": "gitworthy", "version": "0.4.1", "mcpName": "io.github.trippyogi/gitworthy", "description": "is it worth your commit? A pre-flight tool for OSS contribution targets: checks whether an issue is already done, in flight, fixed but unreleased, duplicated, or genuinely open.", "type": "module", "license": "MIT", "packageManager": "pnpm@10.27.0", "bin": { "gitworthy": "dist/cli/index.js" }, "scripts": { "build": "tsc -p tsconfig.json", "typecheck": "tsc -p tsconfig.json --noEmit", "lint": "eslint .", "test:unit": "vitest run", "test": "pnpm build && pnpm test:unit", "test:package": "tsx scripts/package-smoke.ts", "schemas:generate": "tsx scripts/generate-schemas.ts", "schemas:check": "tsx scripts/generate-schemas.ts --check", "check": "pnpm lint && pnpm typecheck && pnpm build && pnpm test:unit && pnpm schemas:check && pnpm agent-plugins:check", "release:verify": "tsx scripts/release-verify.ts", "dev": "tsx src/cli/index.ts", "eval": "tsx eval/run-eval.ts", "eval:frozen": "tsx eval/run-suite.ts --suite=frozen", "eval:report": "tsx eval/report.ts", "eval:live": "tsx eval/run-suite.ts --suite=live", "eval:private": "tsx eval/run-suite.ts --suite=private", "bench:frozen": "tsx scripts/bench-frozen.ts", "mcp:self-test": "tsx scripts/mcp-self-test.ts", "docs:links": "tsx scripts/docs-links.ts", "agent-plugins:check": "tsx scripts/agent-plugins-check.ts", "schemas:inventory": "tsx scripts/schema-inventory.ts", "test:upgrade": "tsx scripts/upgrade-smoke.ts" }, "dependencies": { "@modelcontextprotocol/sdk": "1.29.0", "execa": "9.6.1", "tar": "7.5.19", "zod": "4.4.3" }, "devDependencies": { "@types/node": "26.1.0", "eslint": "10.6.0", "tsx": "4.23.0", "typescript": "6.0.3", "typescript-eslint": "8.63.0", "vitest": "4.1.10" }, "engines": { "node": ">=22" }, "files": [ "dist", "schemas", "plugin.json", "mcp.json", "skills", "README.md", "LICENSE", "SKILL.md", "CASE_STUDIES.md", "SECURITY.md", "ROADMAP.md" ], "author": "Jeremy McKeehen", "homepage": "https://github.com/trippyogi/gitworthy#readme", "repository": { "type": "git", "url": "git+https://github.com/trippyogi/gitworthy.git" }, "bugs": { "url": "https://github.com/trippyogi/gitworthy/issues" }, "keywords": [ "mcp", "model-context-protocol", "github", "oss", "open-source", "contribution", "triage", "issues", "cli", "duplicate-detection" ] }