{
  "name": "rozenite-graphql-client-devtool",
  "version": "0.0.7",
  "description": "GraphQL Client DevTools plugin for Rozenite - Debug Apollo Client and other GraphQL clients in React Native",
  "type": "module",
  "main": "./dist/react-native.cjs",
  "module": "./dist/react-native.js",
  "types": "./dist/react-native.d.ts",
  "bundleDependencies": [],
  "files": [
    "dist",
    "react-native.ts",
    "README.md",
    "LICENSE"
  ],
  "keywords": [
    "rozenite",
    "graphql",
    "devtools",
    "react-native",
    "apollo-client",
    "debugging",
    "developer-tools",
    "graphql-client",
    "cache-inspector",
    "schema-explorer"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/CodeByRahulSaini/rozenite-graphql-client-devtool.git"
  },
  "homepage": "https://github.com/CodeByRahulSaini/rozenite-graphql-client-devtool.git#readme",
  "bugs": {
    "url": "https://github.com/CodeByRahulSaini/rozenite-graphql-client-devtool/issues"
  },
  "author": "Rahul Saini",
  "scripts": {
    "build": "rozenite build",
    "dev": "rozenite dev",
    "prepublishOnly": "pnpm build"
  },
  "dependencies": {
    "@rozenite/plugin-bridge": "1.2.0",
    "graphql": "^16.8.0"
  },
  "devDependencies": {
    "vite": "^6.0.0",
    "@rozenite/vite-plugin": "1.0.0-alpha.3",
    "typescript": "^5.7.3",
    "rozenite": "1.0.0-alpha.3",
    "react-native-web": "0.21.0",
    "react": "18.3.1",
    "react-dom": "18.3.0",
    "react-native": "0.76.0",
    "@types/react": "~18.3.12",
    "@radix-ui/react-tabs": "^1.1.12",
    "@radix-ui/react-scroll-area": "^1.2.9",
    "@radix-ui/react-separator": "^1.1.7",
    "@radix-ui/react-slot": "^1.2.3",
    "@tanstack/react-table": "^8.21.3",
    "tailwindcss": "^3.4.17",
    "postcss": "^8.5.6",
    "autoprefixer": "^10.4.21",
    "tailwindcss-animate": "^1.0.7",
    "lucide-react": "^0.263.1",
    "zustand": "^5.0.6",
    "class-variance-authority": "^0.7.1",
    "clsx": "^2.1.1",
    "tailwind-merge": "^3.3.1",
    "react-json-tree": "^0.20.0",
    "@types/react-dom": "~18.3.1",
    "@apollo/client": "^3.8.0"
  },
  "peerDependencies": {
    "react": ">=18.0.0",
    "react-native": ">=0.76.0"
  },
  "peerDependenciesMeta": {
    "@apollo/client": {
      "optional": true
    }
  },
  "license": "MIT"
}
