{
  "name": "browser-devtools-mcp",
  "version": "0.9.1",
  "description": "[DEPRECATED] This package has been renamed. Please use @ironbee-ai/devtools instead.",
  "private": false,
  "type": "module",
  "main": "./dist/index.js",
  "bin": {
    "browser-devtools-mcp": "./dist/index.js",
    "node-devtools-mcp": "./dist/platform/node/entry.js",
    "backend-devtools-mcp": "./dist/platform/backend/entry.js",
    "browser-devtools-cli": "./dist/platform/browser/cli/runner.js",
    "node-devtools-cli": "./dist/platform/node/cli/runner.js",
    "backend-devtools-cli": "./dist/platform/backend/cli/runner.js"
  },
  "author": "Serkan Ozal <serkanozal86@gmail.com> (https://github.com/serkan-ozal)",
  "homepage": "https://github.com/serkan-ozal/browser-devtools-mcp",
  "repository": {
    "type": "git",
    "url": "https://github.com/serkan-ozal/browser-devtools-mcp.git"
  },
  "license": "Elastic-2.0",
  "keywords": [
    "ai",
    "mcp",
    "mcp-server",
    "browser",
    "dev-tools",
    "debug"
  ],
  "publishConfig": {
    "access": "public"
  },
  "mcpName": "io.github.serkan-ozal/browser-devtools-mcp",
  "scripts": {
    "clean": "rimraf dist",
    "build:tsc": "tsc",
    "build:bundle": "node scripts/build.mjs",
    "build": "node scripts/build.mjs",
    "build:dev": "tsc && node scripts/build-otel.mjs",
    "start": "tsx ./src/index.ts",
    "start:http": "tsx ./src/index.ts --transport=streamable-http",
    "start:daemon": "tsx ./src/daemon-server.ts",
    "watch": "tsc --watch",
    "inspector": "npm run build && chmod 755 './dist/index.js' && npx @modelcontextprotocol/inspector dist/index.js",
    "inspector:http": "npx @modelcontextprotocol/inspector http://localhost:3000/mcp --transport http",
    "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",
    "lint:check": "prettier --config .prettierrc.json --check \"./src/**/*.ts\"",
    "lint:format": "prettier --config .prettierrc.json --write \"./src/**/*.ts\"",
    "release:patch": "release-it --ci -VV",
    "release:minor": "release-it minor --ci -VV",
    "release:major": "release-it major --ci -VV",
    "mcpb:pack": "mcpb pack",
    "tools:token-report": "node scripts/tool-definition-tokens.mjs",
    "postinstall": "node postinstall.cjs"
  },
  "files": [
    "dist/",
    "postinstall.cjs",
    "package.json",
    "README.md",
    "SECURITY.md",
    "LICENSE"
  ],
  "devDependencies": {
    "@anthropic-ai/mcpb": "^2.1.2",
    "@anthropic-ai/sdk": "^0.32.1",
    "@anthropic-ai/tokenizer": "^0.0.4",
    "@opentelemetry/auto-instrumentations-web": "^0.54.0",
    "@opentelemetry/context-zone": "^2.2.0",
    "@opentelemetry/exporter-trace-otlp-http": "^0.208.0",
    "@opentelemetry/exporter-trace-otlp-proto": "^0.208.0",
    "@swc/core": "^1.15.33",
    "@swc/jest": "^0.2.39",
    "@types/express": "^5.0.6",
    "@types/jest": "^30.0.0",
    "@types/node": "^18.19.87",
    "@types/picomatch": "^4.0.2",
    "@types/pngjs": "^6.0.5",
    "@types/ws": "^8.18.1",
    "@typescript-eslint/eslint-plugin": "^8.31.1",
    "@typescript-eslint/parser": "^8.31.1",
    "dotenv": "^16.4.5",
    "esbuild": "^0.27.2",
    "eslint": "^9.26.0",
    "eslint-plugin-import": "^2.31.0",
    "express": "^5.2.1",
    "gpt-tokenizer": "^2.9.0",
    "graphql": "^16.14.0",
    "jest": "^30.4.2",
    "prettier": "^3.5.3",
    "release-it": "^17.6.0",
    "rimraf": "^6.1.2",
    "ts-node": "^10.9.2",
    "tsx": "^4.21.0",
    "typescript": "^5.8.3"
  },
  "dependencies": {
    "@aws-sdk/client-bedrock-runtime": "^3.966.0",
    "@aws-sdk/credential-providers": "^3.966.0",
    "@grpc/grpc-js": "^1.14.3",
    "@grpc/proto-loader": "^0.7.15",
    "@hono/mcp": "^0.1.4",
    "@hono/node-server": "^1.19.5",
    "@modelcontextprotocol/sdk": "^1.23.1",
    "@opentelemetry/core": "^2.6.0",
    "@playwright/browser-chromium": "^1.59.1",
    "@playwright/browser-firefox": "^1.59.1",
    "@playwright/browser-webkit": "^1.59.1",
    "commander": "^14.0.1",
    "hono": "^4.11.4",
    "jpeg-js": "^0.4.4",
    "minisearch": "^7.2.0",
    "picomatch": "^4.0.3",
    "playwright": "^1.59.1",
    "pngjs": "^7.0.0",
    "posthog-node": "^5.21.2",
    "sharp": "^0.34.5",
    "ssim.js": "^3.5.0",
    "stemmer": "^2.0.1",
    "tough-cookie": "^5.1.2",
    "undici": "^7.25.0",
    "ws": "^8.19.0",
    "zod": "^3.24.3"
  },
  "optionalDependencies": {
    "better-sqlite3": "^12.8.0"
  }
}
