{
  "name": "query-harbor",
  "version": "0.0.8",
  "type": "module",
  "files": [
    "dist"
  ],
  "main": "dist/query-harbor.umd.js",
  "module": "dist/query-harbor.es.js",
  "types": "dist/index.d.ts",
  "keywords": [
    "react",
    "react-query",
    "hooks",
    "tanstack",
    "query",
    "react-hooks",
    "harbor",
    "query-harbor",
    "react-query-hooks",
    "custom-hooks"
  ],
  "author": "Rohit Chaware",
  "license": "MIT",
  "description": "A React Query utility package for efficient data fetching and caching",
  "repository": {
    "type": "git",
    "url": "https://github.com/R4Rohit23/react-query-hooks"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/query-harbor.es.js",
      "require": "./dist/query-harbor.umd.js"
    }
  },
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "lint": "eslint .",
    "preview": "vite preview"
  },
  "dependencies": {
    "@tanstack/react-query": "^5.66.9",
    "axios": "^1.7.9",
    "react": "^19.0.0",
    "react-cookie": "^7.2.2",
    "react-dom": "^19.0.0"
  },
  "devDependencies": {
    "@eslint/js": "^9.19.0",
    "@types/react": "^19.0.8",
    "@types/react-dom": "^19.0.3",
    "@vitejs/plugin-react": "^4.3.4",
    "eslint": "^9.19.0",
    "eslint-plugin-react": "^7.37.4",
    "eslint-plugin-react-hooks": "^5.0.0",
    "eslint-plugin-react-refresh": "^0.4.18",
    "globals": "^15.14.0",
    "vite": "^6.1.0",
    "vite-plugin-dts": "^4.5.0"
  }
}
