{
  "name": "mcp-recon",
  "version": "0.2.2",
  "description": "Reverse-engineer MCP server tool surfaces. Enumerate, fuzz, classify, report. CLI + library.",
  "keywords": [
    "mcp",
    "model-context-protocol",
    "ai-security",
    "agent-security",
    "owasp-llm",
    "mitre-atlas",
    "security",
    "cli"
  ],
  "license": "Apache-2.0",
  "author": "Euan Crosson <euanmcrosson@gmail.com>",
  "homepage": "https://github.com/euanmcrosson-dotcom/mcp-recon#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/euanmcrosson-dotcom/mcp-recon.git",
    "directory": "packages/mcp-recon-cli"
  },
  "bugs": {
    "url": "https://github.com/euanmcrosson-dotcom/mcp-recon/issues"
  },
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "bin": {
    "mcp-recon": "./dist/bin/recon.js"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=20.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "test": "vitest run",
    "test:watch": "vitest",
    "build": "tsc",
    "lint": "biome check src",
    "typecheck": "tsc --noEmit",
    "recon": "tsx src/bin/recon.ts",
    "bench": "tsx bench/run.ts",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.29.0"
  },
  "devDependencies": {
    "@biomejs/biome": "2.4.14",
    "@types/node": "25.6.0",
    "ajv": "^8.20.0",
    "ajv-formats": "^3.0.1",
    "tinybench": "^2.9.0",
    "tsx": "^4.21.0",
    "typescript": "6.0.3",
    "vitest": "^4.1.5"
  }
}
