{
  "name": "@leather.io/queries",
  "author": "Leather.io contact@leather.io",
  "description": "Canonical React Query configurations for Leather services",
  "version": "0.9.1",
  "license": "MIT",
  "homepage": "https://github.com/leather-io/mono/tree/dev/packages/queries",
  "repository": {
    "type": "git",
    "url": "git@github.com:leather-io/mono.git",
    "directory": "packages/queries"
  },
  "type": "module",
  "exports": {
    ".": "./dist/index.js"
  },
  "bugs": "https://github.com/leather-io/mono/issues",
  "dependencies": {
    "@stacks/transactions": "7.0.5",
    "@leather.io/models": "0.56.0",
    "@leather.io/cms": "1.6.0",
    "@leather.io/services": "1.53.0",
    "@leather.io/utils": "0.51.3"
  },
  "devDependencies": {
    "prettier": "3.5.1",
    "tsdown": "0.16.5",
    "vitest": "2.1.9",
    "@leather.io/prettier-config": "0.9.0",
    "@leather.io/tsconfig-config": "0.11.1"
  },
  "peerDependencies": {
    "@tanstack/react-query": "5.85.5"
  },
  "prettier": "@leather.io/prettier-config",
  "publishConfig": {
    "access": "public"
  },
  "types": "./dist/index.d.ts",
  "scripts": {
    "build": "tsdown",
    "build:watch": "tsdown --no-clean --watch",
    "format": "prettier . --write --ignore-path ../../.prettierignore",
    "format:check": "prettier . --check --ignore-path ../../.prettierignore",
    "lint": "eslint --cache --max-warnings 0",
    "lint:fix": "pnpm lint --fix",
    "typecheck": "tsc --noEmit"
  }
}