{
  "name": "@tiesen/effect-tanstack-query",
  "version": "0.0.20",
  "private": false,
  "description": "Effortlessly bridge Effect HTTP API clients with TanStack Query. Enjoy end-to-end type safety, zero-boilerplate options, and built-in streaming support out of the box.",
  "keywords": [
    "effect",
    "effect-ts",
    "http-api",
    "http-client",
    "proxy",
    "react-query",
    "tanstack",
    "tanstack-query",
    "type-safe",
    "typescript"
  ],
  "bugs": {
    "url": "https://github.com/tiesen243/effect-tanstack-query/issues"
  },
  "license": "MIT",
  "author": {
    "name": "Tiesen",
    "email": "tiesen243@tiesen.id.vn",
    "url": "tiesen.id.vn"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tiesen243/effect-tanstack-query.git"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "default": "./dist/index.mjs"
    },
    "./react": {
      "types": "./dist/react.d.mts",
      "default": "./dist/react.mjs"
    },
    "./vue": {
      "types": "./dist/vue.d.mts",
      "default": "./dist/vue.mjs"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsdown",
    "format": "oxfmt --check",
    "format:fix": "oxfmt",
    "lint": "oxlint",
    "lint:fix": "oxlint --fix",
    "tegami": "bun run tegami.ts",
    "typecheck": "tsc --noEmit"
  },
  "devDependencies": {
    "@types/react": "^19.2.18",
    "@types/vue": "^2.0.0",
    "oxfmt": "^0.63.0",
    "oxlint": "^1.78.0",
    "tegami": "^1.3.5",
    "tsdown": "^0.22.14",
    "typescript": "^7.0.2"
  },
  "peerDependencies": {
    "@tanstack/query-core": ">=5.100.0",
    "effect": ">=4.0.0-rc.109",
    "react": ">=19.2.8",
    "vue": ">=3.5.40"
  },
  "peerDependenciesMeta": {
    "react": {
      "optional": true
    },
    "vue": {
      "optional": true
    }
  },
  "packageManager": "bun@1.3.0",
  "patchedDependencies": {
    "tegami@1.3.5": "patches/tegami@1.3.5.patch"
  }
}
