{
  "name": "@mozilla/firefox-devtools-mcp-moz",
  "version": "0.10.1",
  "description": "Model Context Protocol (MCP) server for Firefox DevTools automation (moz build with privileged context support)",
  "author": "Mozilla",
  "license": "MIT OR Apache-2.0",
  "type": "module",
  "main": "dist.moz/index.js",
  "types": "dist.moz/index.d.ts",
  "bin": {
    "firefox-devtools-mcp-moz": "./dist.moz/index.js"
  },
  "keywords": [
    "mcp",
    "mcp-server",
    "model-context-protocol",
    "firefox",
    "firefox-devtools",
    "browser-automation",
    "webdriver-bidi",
    "selenium",
    "devtools",
    "browser-testing",
    "web-automation",
    "claude",
    "claude-ai",
    "ai-agent",
    "llm"
  ],
  "engines": {
    "node": ">=20.19.0"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "1.29.0",
    "geckodriver": "6.0.2",
    "selenium-webdriver": "4.36.0",
    "ws": "8.21.0",
    "yargs": "17.7.2"
  },
  "devDependencies": {
    "@anthropic-ai/mcpb": "2.1.2",
    "@types/jsdom": "28.0.0",
    "@types/node": "24.1.0",
    "@types/selenium-webdriver": "4.35.1",
    "@types/ws": "8.18.1",
    "@types/yargs": "17.0.32",
    "@typescript-eslint/eslint-plugin": "8.58.0",
    "@typescript-eslint/parser": "8.58.0",
    "@vitest/coverage-v8": "4.1.8",
    "@vitest/ui": "4.1.8",
    "dotenv": "17.2.1",
    "eslint": "8.57.1",
    "eslint-config-prettier": "10.1.5",
    "eslint-plugin-prettier": "5.4.0",
    "jsdom": "28.1.0",
    "prettier": "3.5.3",
    "tsup": "8.5.0",
    "tsx": "4.21.0",
    "typescript": "5.3.3",
    "vitest": "4.1.8"
  },
  "files": [
    "dist.moz",
    "README.md",
    "LICENSE",
    "scripts",
    "plugins"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mozilla/firefox-devtools-mcp.git"
  },
  "bugs": {
    "url": "https://github.com/mozilla/firefox-devtools-mcp/issues"
  },
  "homepage": "https://github.com/mozilla/firefox-devtools-mcp#readme",
  "publishConfig": {
    "access": "public"
  }
}
