{
  "name": "js-reverse-mcp",
  "version": "4.0.1",
  "description": "JS reverse engineering MCP server with agent-first tool design and built-in anti-detection. 为 AI Agent 设计的 JS 逆向 MCP Server，内置反检测。",
  "keywords": [
    "mcp",
    "mcp-server",
    "javascript",
    "reverse-engineering",
    "devtools",
    "debugging",
    "anti-detection",
    "stealth",
    "patchright",
    "chrome",
    "cdp",
    "ai-agent",
    "js-reverse"
  ],
  "type": "module",
  "bin": {
    "js-reverse-mcp": "build/src/index.js"
  },
  "main": "build/src/index.js",
  "scripts": {
    "clean": "node -e \"require('fs').rmSync('build', {recursive: true, force: true})\"",
    "build": "npm run clean && tsc",
    "typecheck": "tsc --noEmit",
    "format": "eslint --cache --fix . && prettier --write --cache .",
    "check-format": "eslint --cache . && prettier --check --cache .",
    "docs": "npm run build && npm run docs:generate && prettier --write --cache docs/",
    "docs:generate": "node build/scripts/generate-docs.js",
    "docs:check": "npm run build && node build/scripts/generate-docs.js --check",
    "eval:routing": "npm run build && node build/scripts/evaluate-tool-routing.js --live",
    "eval:routing:validate": "npm run build && node build/scripts/evaluate-tool-routing.js --validate-only",
    "audit:prod": "npm audit --omit=dev --audit-level=high",
    "start": "npm run build && node build/src/index.js",
    "start-debug": "DEBUG=mcp:* DEBUG_COLORS=false npm run build && node build/src/index.js",
    "test": "npm run build && npm run test:run",
    "test:run": "node build/scripts/run-tests.js",
    "test:only": "npm run build && npm run test:run -- --test-only",
    "test:only:no-build": "npm run test:run -- --test-only",
    "test:update-snapshots": "npm run build && npm run test:run -- --test-update-snapshots",
    "presubmit": "npm run typecheck && npm run check-format && npm test && npm run eval:routing:validate && npm run docs:check && npm run audit:prod && npm pack --dry-run",
    "prepublishOnly": "npm run presubmit"
  },
  "files": [
    "build/src",
    "LICENSE",
    "!*.tsbuildinfo"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zhizhuodemao/js-reverse-mcp.git"
  },
  "author": "zhizhuodemao",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/zhizhuodemao/js-reverse-mcp/issues"
  },
  "homepage": "https://github.com/zhizhuodemao/js-reverse-mcp#readme",
  "mcpName": "io.github.zhizhuodemao/js-reverse-mcp",
  "devDependencies": {
    "@eslint/js": "^9.35.0",
    "@stylistic/eslint-plugin": "^5.4.0",
    "@types/debug": "^4.1.12",
    "@types/node": "^24.3.3",
    "@types/sinon": "^21.0.0",
    "@types/yargs": "^17.0.33",
    "@typescript-eslint/eslint-plugin": "^8.43.0",
    "@typescript-eslint/parser": "^8.43.0",
    "eslint": "^9.35.0",
    "eslint-import-resolver-typescript": "^4.4.4",
    "eslint-plugin-import": "^2.32.0",
    "globals": "^16.4.0",
    "sinon": "^21.0.0",
    "typescript": "^5.9.2",
    "typescript-eslint": "^8.43.0"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "1.29.0",
    "core-js": "3.47.0",
    "debug": "4.4.3",
    "devtools-protocol": "^0.0.1425554",
    "patchright": "^1.51.1",
    "prettier": "^3.6.2",
    "zod": "^4.4.3",
    "yargs": "18.0.0"
  },
  "optionalDependencies": {
    "cloakbrowser": "^0.4.10"
  },
  "overrides": {
    "tar": "7.5.19"
  },
  "engines": {
    "node": "^20.19.0 || ^22.12.0 || >=23"
  }
}
