{ "name": "@kyanitelabs/epoch", "version": "0.5.0", "mcpName": "io.github.KyaniteLabs/Epoch", "description": "Time Estimation MCP Server \u2014 25 tools for PERT, COCOMO II, Monte Carlo, sprint forecasting, context-based estimation, token-to-time mapping, cost estimation, and schedule risk. Self-improving with calibrated intervals and an auto-closing feedback loop. Built for AI agents. MCP + CLI + REST.", "type": "module", "main": "dist/index.js", "packageManager": "pnpm@10.34.5", "bin": { "epoch": "dist/index.js" }, "files": [ "dist", "data", "!dist/**/*.map" ], "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "types": "./dist/index.d.ts", "engines": { "node": ">=22" }, "bugs": { "url": "https://github.com/KyaniteLabs/Epoch/issues" }, "homepage": "https://kyanitelabs.github.io/Epoch/", "scripts": { "build": "tsup", "dev": "tsx src/index.ts", "test": "vitest run", "test:watch": "vitest", "typecheck": "tsc --noEmit", "lint": "eslint src/", "ops:check": "bash -n scripts/epoch-fleet-bootstrap.sh scripts/epoch-receiver-watchdog.sh scripts/install-epoch-receiver-watchdog.sh", "inspector": "npx @modelcontextprotocol/inspector node dist/index.js", "canary": "node canary-runner.mjs", "stamp:versions": "node scripts/stamp-release-versions.mjs", "dataset:build": "tsx scripts/export-public-benchmark.mjs", "dataset:verify": "tsx scripts/validate-public-benchmark.mjs", "contract:inventory": "tsx src/contract/export-public-surface.ts", "contract:llms-full": "node scripts/check-llms-full-contract.mjs" }, "keywords": [ "mcp", "mcp-server", "time-estimation", "pert", "cocomo", "monte-carlo", "ai-agent", "claude-code", "cost-estimation", "project-planning", "sprint-forecasting", "schedule-risk", "token-cost", "llm-tools", "reference-class", "calibration", "self-improving", "model-context-protocol", "developer-tools", "estimation", "agile", "project-management", "cursor", "windsurf", "vs-code", "codex-cli", "cline", "zed", "software-estimation", "sprint-planning" ], "author": "Kyanite Labs", "license": "Apache-2.0", "sideEffects": false, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/KyaniteLabs/Epoch.git" }, "dependencies": { "@hono/node-server": "^2.0.1", "@modelcontextprotocol/sdk": "^1.12.0", "commander": "^15.0.0", "date-fns": "^4.1.0", "date-fns-tz": "^3.2.0", "hono": "^4.12.16", "zod": "^4.0.0" }, "devDependencies": { "@eslint/js": "^10.0.1", "@types/node": "^22.20.0", "@vitest/coverage-v8": "^4.1.8", "eslint": "^10.3.0", "tsup": "^8.4.0", "tsx": "^4.19.0", "typescript": "^6.0.0", "typescript-eslint": "^8.59.1", "vitest": "^4.1.8" } }