{
  "name": "@testchimp/cli",
  "version": "0.1.81",
  "description": "TestChimp CLI and MCP server — coverage, plans, EaaS, TrueCoverage, API operations (calls /api/mcp/*)",
  "type": "module",
  "main": "dist/bin/testchimp.js",
  "types": "dist/bin/testchimp.d.ts",
  "bin": {
    "testchimp": "dist/bin/testchimp.js"
  },
  "files": [
    "dist/"
  ],
  "scripts": {
    "build": "tsc",
    "test": "npm run build && node --test dist/core/client.test.js dist/core/tools.test.js dist/chimphands/llmRetryProxy.test.js dist/chimphands/midTurnSteering.test.js dist/chimphands/steeringSidecar.test.js dist/chimphands/agentBranch.test.js dist/chimphands/worktreeCommitPaths.test.js",
    "watch": "tsc --watch",
    "start": "node dist/bin/testchimp.js",
    "prepublishOnly": "npm run build"
  },
  "engines": {
    "node": ">=18"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.29.0",
    "commander": "^12.1.0",
    "ws": "^8.21.3",
    "zod": "^4.3.6"
  },
  "devDependencies": {
    "@types/node": "^25.6.0",
    "@types/ws": "^8.18.1",
    "typescript": "^6.0.2"
  },
  "overrides": {
    "fast-uri": "3.1.7",
    "qs": "6.16.0",
    "ip-address": "10.3.1",
    "hono": "4.12.34",
    "@hono/node-server": "1.19.17",
    "body-parser": "2.3.0"
  },
  "keywords": [
    "testchimp",
    "mcp",
    "cli",
    "model-context-protocol"
  ],
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  }
}
