{
  "name": "mcp-server-dig",
  "mcpName": "io.github.nakishiyaman/dig",
  "version": "0.40.0",
  "description": "MCP server for AI-powered code archaeology — git blame, file history, contributor patterns, and related change analysis",
  "type": "module",
  "bin": {
    "mcp-server-dig": "./build/index.js"
  },
  "main": "./build/index.js",
  "scripts": {
    "build": "tsc && chmod 755 build/index.js",
    "watch": "tsc --watch",
    "test": "vitest run",
    "test:coverage": "vitest run --coverage",
    "test:watch": "vitest",
    "lint": "eslint src/",
    "typecheck": "tsc --noEmit"
  },
  "files": [
    "build",
    "!build/**/*.test.*",
    "!build/**/*.js.map"
  ],
  "keywords": [
    "mcp",
    "mcp-server",
    "git",
    "blame",
    "history",
    "archaeology",
    "context",
    "ai",
    "claude"
  ],
  "author": "nakishiyaman",
  "repository": {
    "type": "git",
    "url": "https://github.com/nakishiyaman/mcp-server-dig.git"
  },
  "homepage": "https://github.com/nakishiyaman/mcp-server-dig#readme",
  "bugs": {
    "url": "https://github.com/nakishiyaman/mcp-server-dig/issues"
  },
  "license": "MIT",
  "engines": {
    "node": ">=22"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.27.1",
    "zod": "^4.3.6"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@fast-check/vitest": "^0.3.0",
    "@types/node": "^22.0.0",
    "@vitest/coverage-v8": "^4.1.0",
    "eslint": "^10.0.3",
    "prettier": "^3.8.1",
    "typescript": "^5.9.0",
    "typescript-eslint": "^8.57.0",
    "vitest": "^4.1.0"
  }
}
