{
  "name": "@seamapi/react-query",
  "version": "0.2.1",
  "description": "React Query for the Seam API.",
  "type": "module",
  "main": "index.js",
  "types": "index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./index.d.ts",
        "default": "./index.js"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    }
  },
  "module": "index.js",
  "sideEffects": false,
  "keywords": [
    "node"
  ],
  "homepage": "https://github.com/seamapi/react-query",
  "bugs": "https://github.com/seamapi/react-query/issues",
  "repository": "seamapi/react-query",
  "license": "MIT",
  "author": {
    "name": "Seam Labs, Inc.",
    "email": "devops@getseam.com"
  },
  "files": [
    "index.js",
    "index.js.map",
    "index.d.ts",
    "lib",
    "src",
    "dist",
    "!test",
    "!**/*.test.ts",
    "!**/*.test.tsx"
  ],
  "scripts": {
    "build": "npm run build:entrypoints",
    "prebuild": "del 'index.*' lib",
    "postbuild": "node ./index.js",
    "build:entrypoints": "tsc --project tsconfig.build.json",
    "postbuild:entrypoints": "tsc-alias --project tsconfig.build.json",
    "docs:build": "typedoc",
    "typecheck": "tsc",
    "test": "vitest run",
    "test:update": "vitest run --update",
    "test:watch": "vitest watch",
    "test:ui": "vitest --ui",
    "test:inspect": "vitest watch --inspect-brk --single-thread --isolate false --test-timeout=1800000",
    "lint": "eslint --ignore-path .gitignore .",
    "prelint": "prettier --check --ignore-path .gitignore .",
    "postversion": "git push --follow-tags",
    "examples": "vite examples --host",
    "examples:build": "vite build examples",
    "examples:preview": "vite preview examples",
    "preexamples:preview": "npm run examples:build",
    "format": "eslint --ignore-path .gitignore --fix .",
    "preformat": "prettier --write --ignore-path .gitignore ."
  },
  "engines": {
    "node": ">=20.9.0",
    "npm": ">=10.1.0"
  },
  "peerDependencies": {
    "@seamapi/http": "^1.45.0",
    "@seamapi/types": "^1.441.1",
    "@tanstack/react-query": "^5.27.5",
    "@types/react": "^18.0.0 || ^19.0.0",
    "@types/react-dom": "^18.0.0 || ^19.0.0",
    "react": "^18.0.0 || ^19.0.0",
    "react-dom": "^18.0.0 || ^19.0.0"
  },
  "peerDependenciesMeta": {
    "@seamapi/types": {
      "optional": true
    },
    "@types/react": {
      "optional": true
    },
    "@types/react-dom": {
      "optional": true
    }
  },
  "dependencies": {
    "uuid": "^11.0.3"
  },
  "devDependencies": {
    "@seamapi/fake-seam-connect": "^1.76.0",
    "@seamapi/http": "^1.45.0",
    "@seamapi/types": "^1.441.1",
    "@tanstack/react-query": "^5.27.5",
    "@testing-library/react": "^16.3.0",
    "@types/node": "^22.16.1",
    "@types/react": "^19.1.8",
    "@types/react-dom": "^19.1.6",
    "@types/uuid": "^10.0.0",
    "@vitejs/plugin-react": "^4.0.0",
    "@vitest/coverage-v8": "^3.2.4",
    "@vitest/ui": "^3.2.4",
    "del-cli": "^6.0.0",
    "eslint": "^8.9.0",
    "eslint-config-prettier": "^9.0.0",
    "eslint-config-standard": "^17.1.0",
    "eslint-config-standard-jsx": "^11.0.0",
    "eslint-config-standard-react": "^13.0.0",
    "eslint-config-standard-with-typescript": "^43.0.1",
    "eslint-plugin-simple-import-sort": "^12.0.0",
    "eslint-plugin-unused-imports": "^3.0.0",
    "happy-dom": "^18.0.1",
    "prettier": "^3.0.0",
    "react": "^19.1.0",
    "react-dom": "^19.1.0",
    "tsc-alias": "^1.8.5",
    "tsx": "^4.6.2",
    "typedoc": "^0.28.7",
    "typescript": "~5.3.0",
    "vite": "^7.0.3",
    "vite-tsconfig-paths": "^5.1.4",
    "vitest": "^3.2.4",
    "zustand-hoist": "^2.0.0"
  }
}
