{
  "name": "@suspensive/react-query-4",
  "version": "3.21.3",
  "description": "Suspensive interfaces for @tanstack/react-query@4",
  "keywords": [
    "suspensive",
    "react",
    "react-query",
    "tanstack-intent"
  ],
  "homepage": "https://suspensive.org",
  "bugs": "https://github.com/toss/suspensive/issues",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/toss/suspensive.git",
    "directory": "packages/react-query-4"
  },
  "license": "MIT",
  "author": "Jonghyeon Ko <jonghyeon@toss.im>",
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.mts",
        "default": "./dist/index.mjs"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    },
    "./package.json": "./package.json"
  },
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "types": "dist/index.d.mts",
  "files": [
    "dist",
    "src",
    "skills"
  ],
  "devDependencies": {
    "@tanstack/react-query": "4.44.0",
    "@types/react": "^19.2.14",
    "react": "^19.2.6",
    "@suspensive/eslint-config": "0.0.1",
    "@suspensive/tsconfig": "0.0.0-development",
    "@suspensive/tsdown": "0.0.0"
  },
  "peerDependencies": {
    "@tanstack/react-query": "*",
    "react": "^18 || ^19"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsdown",
    "ci:eslint": "eslint \"**/*.{ts,tsx,cts,mts}\"",
    "ci:test": "vitest run",
    "ci:type": "tsc --noEmit",
    "clean": "rimraf ./dist ./coverage ./node_modules",
    "test:ui": "vitest --ui"
  }
}