{
  "name": "@onatvaris/rn-network-debugger-core",
  "version": "1.3.3",
  "description": "Network interceptors for React Native (fetch, XHR, Axios, WebSocket, OkHttp, NSURLProtocol)",
  "main": "src/index.js",
  "files": [
    "src/",
    "android/",
    "ios/"
  ],
  "keywords": [
    "react-native",
    "network",
    "debugger",
    "interceptor",
    "devtools",
    "fetch",
    "xhr",
    "axios",
    "websocket"
  ],
  "author": "Onat Varis",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/onatvaris/rn-network-debugger.git",
    "directory": "packages/core"
  },
  "peerDependencies": {
    "react-native": ">=0.71.0"
  },
  "homepage": "https://github.com/onatvaris/rn-network-debugger#readme",
  "bugs": {
    "url": "https://github.com/onatvaris/rn-network-debugger/issues"
  }
}
