{
    "name": "react-native-ai-devtools",
    "version": "2.12.3",
    "mcpName": "com.execbro/execbro",
    "description": "React Native AI devtools: MCP server giving AI agents eyes and hands in your running app (logs, network, state inspection, tap, screenshot). Published as ExecBro.",
    "type": "module",
    "main": "build/index.js",
    "bin": {
        "react-native-ai-devtools": "./build/index.js"
    },
    "scripts": {
        "build": "tsc && chmod 755 build/bin.js build/index.js",
        "inject-token": "node scripts/inject-build-token.mjs",
        "start": "node build/bin.js",
        "dev": "nodemon --watch src --ext ts --exec 'npm run build && node build/bin.js'",
        "dev:mcp": "nodemon --watch src --ext ts --exec 'npm run build && exec node build/bin.js --http'",
        "test": "NODE_OPTIONS='--experimental-vm-modules' jest",
        "test:unit": "NODE_OPTIONS='--experimental-vm-modules' jest --testPathPatterns='__tests__/unit'",
        "test:integration": "NODE_OPTIONS='--experimental-vm-modules' jest --testPathPatterns='__tests__/integration'",
        "test:tap": "node --experimental-vm-modules node_modules/.bin/jest --testPathPatterns='tap-strategies' --no-coverage --testTimeout=30000",
        "tools:json": "npm run build && node scripts/generate-tools-json.mjs",
        "postbuild": "node scripts/generate-tools-json.mjs && node scripts/check-build-hygiene.mjs && node scripts/check-injected-js.mjs"
    },
    "keywords": [
        "mcp",
        "mcp-server",
        "react-native",
        "react-native-mcp",
        "react-native-debugger",
        "react-native-devtools",
        "metro",
        "metro-mcp",
        "debugging",
        "debugger",
        "devtools",
        "ai",
        "ai-agent",
        "claude",
        "claude-code",
        "cursor",
        "expo",
        "automation"
    ],
    "author": "Ihor Zheludkov <500griven@gmail.com>",
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/igorzheludkov/execbro.git"
    },
    "homepage": "https://execbro.com/",
    "bugs": {
        "url": "https://github.com/igorzheludkov/execbro/issues"
    },
    "engines": {
        "node": ">=20.9.0"
    },
    "files": [
        "build",
        "tools.json"
    ],
    "dependencies": {
        "@modelcontextprotocol/sdk": "^1.25.1",
        "fast-xml-parser": "^5.3.3",
        "node-easyocr": "^1.0.9",
        "pixelmatch": "^7.1.0",
        "posthog-node": "^5.28.11",
        "sharp": "^0.35.3",
        "ws": "^8.18.3",
        "zod": "^3.25.76"
    },
    "devDependencies": {
        "@types/jest": "^30.0.0",
        "@types/node": "^25.0.3",
        "@types/ws": "^8.18.1",
        "jest": "^30.2.0",
        "nodemon": "^3.1.11",
        "ts-jest": "^29.4.6",
        "typescript": "^5.9.3"
    }
}
