{
  "name": "@rozenite/network-activity-plugin",
  "version": "1.13.0",
  "description": "Network Activity for Rozenite.",
  "type": "module",
  "main": "./dist/react-native/index.cjs",
  "module": "./dist/react-native/index.js",
  "types": "./dist/react-native/index.d.ts",
  "homepage": "https://github.com/callstackincubator/rozenite#readme",
  "bugs": {
    "url": "https://github.com/callstackincubator/rozenite/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/callstackincubator/rozenite.git"
  },
  "dependencies": {
    "nanoevents": "^9.1.0",
    "@rozenite/agent-shared": "1.13.0",
    "@rozenite/agent-bridge": "1.13.0",
    "@rozenite/plugin-bridge": "1.13.0"
  },
  "devDependencies": {
    "@floating-ui/react": "^0.26.0",
    "@radix-ui/react-dropdown-menu": "^2.1.15",
    "@radix-ui/react-scroll-area": "^1.2.9",
    "@radix-ui/react-separator": "^1.1.7",
    "@radix-ui/react-slot": "^1.2.3",
    "@radix-ui/react-tabs": "^1.1.12",
    "@tanstack/react-table": "^8.21.3",
    "@tanstack/react-virtual": "^3.0.0",
    "@testing-library/dom": "^10.4.0",
    "@testing-library/jest-dom": "^6.6.3",
    "@testing-library/react": "^16.1.0",
    "@types/react": "~19.2.2",
    "@types/react-dom": "~19.1.7",
    "autoprefixer": "^10.4.21",
    "class-variance-authority": "^0.7.1",
    "clsx": "^2.1.1",
    "lucide-react": "^0.263.1",
    "postcss": "^8.5.6",
    "proxy-memoize": "^3.0.1",
    "react": "19.2.0",
    "react-dom": "19.2.0",
    "react-json-tree": "^0.20.0",
    "react-native": "0.83.1",
    "react-native-sse": "^1.2.1",
    "react-native-web": "^0.21.2",
    "react-virtuoso": "^4.6.0",
    "tailwind-merge": "^3.3.1",
    "tailwindcss": "^3.4.17",
    "tailwindcss-animate": "^1.0.7",
    "typescript": "~5.9.3",
    "vite": "^7.3.1",
    "zustand": "^5.0.6",
    "@rozenite/vite-plugin": "1.13.0",
    "rozenite": "1.13.0"
  },
  "peerDependencies": {
    "react-native-nitro-fetch": "*",
    "react-native-sse": "*"
  },
  "peerDependenciesMeta": {
    "react-native-nitro-fetch": {
      "optional": true
    },
    "react-native-sse": {
      "optional": true
    }
  },
  "license": "MIT",
  "exports": {
    ".": {
      "types": "./dist/react-native/index.d.ts",
      "import": "./dist/react-native/index.js",
      "require": "./dist/react-native/index.cjs"
    },
    "./package.json": "./package.json",
    "./sdk": {
      "development": "./sdk.ts",
      "types": "./dist/sdk/index.d.ts",
      "import": "./dist/sdk/index.js",
      "require": "./dist/sdk/index.cjs"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "rozenite build",
    "dev": "rozenite dev",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "lint": "eslint .",
    "test": "vitest --run --passWithNoTests"
  }
}