{
  "name": "@debugg-ai/debugg-ai-mcp",
  "version": "3.5.1",
  "description": "Zero-Config, Fully AI-Managed End-to-End Testing for all code gen platforms.",
  "type": "module",
  "bin": {
    "debugg-ai-mcp": "dist/index.js"
  },
  "engines": {
    "node": ">=20.20.0"
  },
  "files": [
    "dist",
    "CHANGELOG.md",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "lint": "eslint .",
    "build": "tsc && shx chmod +x dist/index.js",
    "prepare": "npm run build",
    "watch": "tsc --watch",
    "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
    "test:watch": "node --experimental-vm-modules node_modules/jest/bin/jest.js --watch",
    "test:coverage": "node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage",
    "test:integration": "node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.config.js",
    "test:integration:watch": "node --experimental-vm-modules node_modules/jest/bin/jest.js --config jest.integration.config.js --watch",
    "test:e2e": "node scripts/e2e.mjs",
    "test:e2e:skip-build": "node scripts/e2e.mjs --skip-build",
    "version:patch": "npm version patch --no-git-tag-version",
    "version:minor": "npm version minor --no-git-tag-version",
    "version:major": "npm version major --no-git-tag-version",
    "publish:check": "npm pack --dry-run",
    "prepublishOnly": "npm test && npm run build",
    "mcp:local": "npm run build && echo 'Local MCP built. Claude Code auto-registers it as debugg-ai-local from .mcp.json when cwd is this repo.'",
    "mcp:global": "claude mcp remove debugg-ai 2>/dev/null; claude mcp add debugg-ai -s user -e DEBUGGAI_API_KEY=KrvXlzVFXVZO82UErXye5N7CtnmBTu1GKULrJnwXRRU -e POSTHOG_API_KEY=phc_4h2Yov2P0Vc9UMqfKf3dYKSQ6THOs7N6LZR0VKYopZN -- npx -y @debugg-ai/debugg-ai-mcp"
  },
  "keywords": [
    "debugg",
    "ai",
    "mcp",
    "server",
    "web",
    "browsing",
    "testing",
    "ai testing",
    "vibe code testing"
  ],
  "author": "Quinn Osha",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/debugg-ai/debugg-ai-mcp.git"
  },
  "homepage": "https://debugg.ai",
  "bugs": "https://github.com/debugg-ai/debugg-ai-mcp/issues",
  "changelog": "https://github.com/debugg-ai/debugg-ai-mcp/CHANGELOG.md",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.27.0",
    "axios": "^1.9.0",
    "mkdirp": "^3.0.1",
    "ngrok": "^5.0.0-beta.2",
    "posthog-node": "^5.26.0",
    "uuid": "^11.1.0",
    "winston": "^3.15.0",
    "zod": "^3.25.32"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@faker-js/faker": "^9.9.0",
    "@types/jest": "^30.0.0",
    "@types/node": "^22.15.24",
    "@types/uuid": "^10.0.0",
    "eslint": "^10.2.0",
    "jest": "^30.0.5",
    "jest-environment-jsdom": "^30.0.5",
    "jest-mock-axios": "^4.8.0",
    "shx": "^0.4.0",
    "ts-jest": "^29.4.1",
    "typescript": "^5.8.3",
    "typescript-eslint": "^8.58.2"
  }
}
