{
  "name": "next-devtools-mcp",
  "version": "0.4.0",
  "type": "module",
  "description": "Next.js development tools MCP server with stdio transport",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/vercel/next-devtools-mcp.git"
  },
  "bin": {
    "next-devtools-mcp": "./dist/index.js"
  },
  "main": "dist/index.js",
  "exports": {
    "./package.json": "./package.json",
    ".": "./dist/index.js"
  },
  "files": [
    "dist"
  ],
  "mcpName": "io.github.vercel/next-devtools-mcp",
  "scripts": {
    "dev": "tsc --watch",
    "build": "tsc",
    "prepublishOnly": "pnpm run clean && pnpm run build",
    "clean": "rm -rf dist",
    "start": "node dist/index.js",
    "test": "vitest run --exclude 'test/e2e/**'",
    "test:e2e": "vitest run test/e2e",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "1.25.2",
    "find-process": "2.0.0",
    "pid-port": "2.0.0",
    "undici": "^7.18.2",
    "zod": "3.25.76"
  },
  "devDependencies": {
    "@anthropic-ai/claude-agent-sdk": "^0.1.15",
    "@types/node": "^24.7.2",
    "dotenv": "^17.2.3",
    "typescript": "^5.9.2",
    "vitest": "^3.2.4"
  },
  "packageManager": "pnpm@9.15.9"
}
