{ "name": "devcoach", "version": "2.4.0", "mcpName": "io.github.UltimaPhoenix/devcoach", "description": "Stay sharp while your AI does the work — learn from every task with in-context coaching, all local, all free", "license": "AGPL-3.0-only", "keywords": [ "mcp", "model-context-protocol", "claude", "claude-code", "coaching", "developer-tools", "cli" ], "homepage": "https://ultimaphoenix.github.io/dev-coach/", "repository": { "type": "git", "url": "git+https://github.com/UltimaPhoenix/dev-coach.git" }, "bugs": { "url": "https://github.com/UltimaPhoenix/dev-coach/issues" }, "author": "UltimaPhoenix", "publishConfig": { "access": "public" }, "type": "module", "bin": { "devcoach": "dist/bin.js" }, "engines": { "node": ">=24" }, "files": [ "dist", "assets", "README.md", "LICENSE" ], "scripts": { "build": "tsup", "dev": "tsx src/bin.ts", "typecheck": "tsc --noEmit", "lint": "biome check .", "format": "biome format --write .", "test": "vitest run", "test:cov": "vitest run --coverage", "test:e2e": "npm run build && node scripts/e2e-claude.mjs", "mcpb": "npm run build && node scripts/build-mcpb.mjs", "mcpb:sign": "npm run build && node scripts/build-mcpb.mjs --sign", "plugin:sync": "node scripts/sync-plugin.mjs", "plugin:zip": "node scripts/sync-plugin.mjs && node scripts/build-plugin-zip.mjs", "gemini:zip": "node scripts/sync-plugin.mjs && node scripts/build-gemini-extension.mjs", "prepack": "npm run build" }, "dependencies": { "@hono/node-server": "^2.1.1", "@modelcontextprotocol/server": "^2.0.0", "commander": "^15.0.0", "fflate": "^0.8.3", "hono": "^4.13.7", "zod": "^4.6.2" }, "devDependencies": { "@biomejs/biome": "^2.5.12", "@modelcontextprotocol/client": "^2.0.0", "@types/node": "^26.4.1", "@vitest/coverage-v8": "^5.0.0", "tsup": "^8.5.1", "tsx": "^4.23.12", "typescript": "^7.0.2", "vitest": "^5.0.0" } }