{
  "name": "@react-buoy/react-query",
  "version": "1.5.26",
  "description": "react-query package",
  "main": "lib/commonjs/index.js",
  "module": "lib/module/index.js",
  "types": "lib/typescript/index.d.ts",
  "react-native": "src/index.tsx",
  "source": "src/index.tsx",
  "files": [
    "src",
    "lib"
  ],
  "sideEffects": false,
  "dependencies": {
    "@react-buoy/shared-ui": "1.5.26"
  },
  "peerDependencies": {
    "@tanstack/react-query": ">=5.0.0",
    "react": "*",
    "react-native": "*"
  },
  "devDependencies": {
    "@tanstack/react-query": "^5.89.0",
    "@types/react": "^19.1.0",
    "@types/react-native": "^0.73.0",
    "typescript": "~5.8.3"
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      "typescript"
    ]
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/LovesWorking/react-native-buoy.git",
    "directory": "packages/react-query"
  },
  "bugs": {
    "url": "https://github.com/LovesWorking/react-native-buoy/issues"
  },
  "homepage": "https://github.com/LovesWorking/react-native-buoy/tree/main/packages/react-query#readme",
  "publishConfig": {
    "access": "public",
    "tag": "latest"
  },
  "scripts": {
    "build": "bob build",
    "typecheck": "tsc --noEmit",
    "clean": "rimraf lib",
    "test": "pnpm run typecheck"
  }
}