{
  "name": "@choi2021/react-native-react-query-devtools",
  "version": "1.0.1",
  "description": "React Query Dev Tools for React Native",
  "main": "dist/bundle.cjs.js",
  "module": "dist/bundle.esm.js",
  "files": [
    "dist"
  ],
  "types": "dist/types/index.d.ts",
  "scripts": {
    "build": "node build.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/LovesWorking/react-native-react-query-devtools"
  },
  "keywords": [
    "react-query",
    "tanstack",
    "state management",
    "dev tools",
    "react native",
    "QA",
    "debugging"
  ],
  "author": "LovesWorking (https://github.com/LovesWorking)",
  "peerDependencies": {
    "@tanstack/react-query": "^5.17.19",
    "react": "^18.2.0",
    "react-native": "^0.73.2",
    "react-native-svg": "^15.0.0"
  },
  "devDependencies": {
    "@tanstack/react-query": "^5.17.19",
    "@types/react": "^18.2.56",
    "esbuild": "^0.20.0",
    "esbuild-node-externals": "^1.13.0",
    "react": "^18.2.0",
    "react-native": "^0.73.2",
    "react-native-svg": "^14.1.0",
    "typescript": "^5.3.3"
  },
  "dependencies": {
    "fast-deep-equal": "^3.1.3",
    "superjson": "^2.2.1"
  }
}
