{
  "name": "react-native-prod-debugger",
  "version": "1.0.10",
  "description": "A comprehensive, in-app debugging toolkit for React Native that works in production builds. Hidden gesture activation, network inspector, state viewer, feature flags, and 13+ debugging tools — zero native dependencies.",
  "main": "lib/commonjs/index",
  "module": "lib/module/index",
  "types": "lib/typescript/index.d.ts",
  "react-native": "src/index",
  "source": "src/index",
  "files": [
    "src",
    "lib",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__"
  ],
  "scripts": {
    "build": "bob build",
    "typecheck": "tsc --noEmit",
    "lint": "eslint \"src/**/*.{ts,tsx}\"",
    "test": "jest",
    "clean": "rm -rf lib",
    "prepare": "bun run build",
    "release": "npm publish"
  },
  "keywords": [
    "react-native",
    "debugger",
    "production",
    "debug",
    "overlay",
    "network-logger",
    "redux",
    "zustand",
    "mobx",
    "state-inspector",
    "feature-flags",
    "remote-config",
    "console-logger",
    "performance-monitor",
    "deep-link",
    "crash-reporter",
    "developer-tools",
    "in-app-debugger",
    "devtools"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/amanverma/react-native-prod-debugger"
  },
  "author": "Aman Verma",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/amanverma/react-native-prod-debugger/issues"
  },
  "homepage": "https://github.com/amanverma/react-native-prod-debugger#readme",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "peerDependencies": {
    "@react-native-clipboard/clipboard": ">=1.0.0",
    "react": ">=16.8.0",
    "react-native": ">=0.63.0"
  },
  "peerDependenciesMeta": {
    "@react-native-clipboard/clipboard": {
      "optional": true
    },
    "react": {
      "optional": false
    },
    "react-native": {
      "optional": false
    }
  },
  "devDependencies": {
    "@react-native-clipboard/clipboard": "^1.16.3",
    "@types/jest": "^29.5.0",
    "@types/react": "^18.2.0",
    "@types/react-native": "^0.72.0",
    "@typescript-eslint/eslint-plugin": "^7.0.0",
    "@typescript-eslint/parser": "^7.0.0",
    "eslint": "^8.57.0",
    "eslint-plugin-react": "^7.34.0",
    "eslint-plugin-react-hooks": "^4.6.0",
    "jest": "^29.7.0",
    "prettier": "^3.2.0",
    "react": "^18.2.0",
    "react-native": "^0.73.0",
    "react-native-builder-bob": "^0.23.0",
    "ts-jest": "^29.1.0",
    "typescript": "^5.3.0"
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      [
        "typescript",
        {
          "project": "tsconfig.build.json"
        }
      ]
    ]
  },
  "jest": {
    "preset": "ts-jest",
    "testEnvironment": "node",
    "testPathIgnorePatterns": [
      "/node_modules/",
      "/lib/"
    ],
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "jsx",
      "json"
    ]
  },
  "eslintIgnore": [
    "node_modules/",
    "lib/"
  ]
}
