{
  "name": "merlin-mcp",
  "version": "1.3.1",
  "description": "Merlin MCP Server - AI-powered codebase intelligence for coding agents",
  "type": "module",
  "main": "./dist/index.js",
  "bin": {
    "merlin-mcp": "./dist/index.js"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "tsx watch src/index.ts",
    "start": "node dist/index.js",
    "clean": "rm -rf dist",
    "typecheck": "tsc --noEmit",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "mcp",
    "model-context-protocol",
    "claude",
    "claude-code",
    "ai",
    "coding-assistant",
    "codebase-context"
  ],
  "author": "Merlin",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/anthropics/merlin"
  },
  "homepage": "https://merlin.build",
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.0",
    "simple-git": "^3.21.0",
    "zod": "^3.25.0"
  },
  "devDependencies": {
    "@types/node": "^20.10.0",
    "tsx": "^4.6.2",
    "typescript": "^5.3.0"
  }
}
