{
  "name": "@tanstack/vue-query-devtools",
  "version": "6.1.16",
  "description": "Developer tools to interact with and visualize the TanStack/vue-query cache",
  "author": "tannerlinsley",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TanStack/query.git",
    "directory": "packages/vue-query-devtools"
  },
  "homepage": "https://tanstack.com/query",
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/tannerlinsley"
  },
  "type": "module",
  "types": "dist/esm/index.d.ts",
  "module": "dist/esm/index.js",
  "main": "dist/esm/index.js",
  "exports": {
    ".": {
      "@tanstack/custom-condition": "./src/index.ts",
      "types": "./dist/esm/index.d.ts",
      "default": "./dist/esm/index.js"
    },
    "./production": {
      "@tanstack/custom-condition": "./src/production.ts",
      "types": "./dist/esm/production.d.ts",
      "default": "./dist/esm/production.js"
    },
    "./dist/production.js": {
      "types": "./dist/esm/production.d.ts",
      "default": "./dist/esm/production.js"
    },
    "./package.json": "./package.json"
  },
  "sideEffects": false,
  "files": [
    "dist",
    "src",
    "!src/__tests__"
  ],
  "dependencies": {
    "@tanstack/query-devtools": "5.99.0"
  },
  "devDependencies": {
    "@vitejs/plugin-vue": "^5.2.4",
    "eslint-plugin-vue": "^10.5.0",
    "typescript": "5.8.3",
    "vite": "^6.4.1",
    "vue": "^3.4.27",
    "vue-tsc": "^2.2.8",
    "@tanstack/vue-query": "5.99.0"
  },
  "peerDependencies": {
    "vue": "^3.3.0",
    "@tanstack/vue-query": "^5.99.0"
  },
  "scripts": {
    "clean": "premove ./build ./coverage ./dist-ts",
    "compile": "vue-tsc --build",
    "test:eslint": "eslint --concurrency=auto ./src",
    "test:types": "vue-tsc --build",
    "test:build": "publint --strict && attw --pack",
    "build": "pnpm run compile && vite build"
  }
}