{
  "name": "urql",
  "version": "3.0.4",
  "description": "A highly customizable and versatile GraphQL client for React",
  "sideEffects": false,
  "homepage": "https://formidable.com/open-source/urql/docs/",
  "bugs": "https://github.com/urql-graphql/urql/issues",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/urql-graphql/urql.git",
    "directory": "packages/react-urql"
  },
  "keywords": [
    "graphql client",
    "state management",
    "cache",
    "graphql",
    "exchanges",
    "react"
  ],
  "main": "dist/urql.js",
  "module": "dist/urql.es.js",
  "types": "dist/urql.d.ts",
  "source": "src/index.ts",
  "files": [
    "LICENSE",
    "CHANGELOG.md",
    "README.md",
    "core/",
    "dist/"
  ],
  "devDependencies": {
    "@cypress/react": "^7.0.1",
    "@cypress/vite-dev-server": "^4.0.1",
    "@testing-library/react": "^11.1.1",
    "@testing-library/react-hooks": "^5.1.2",
    "@types/react": "^17.0.4",
    "@types/react-test-renderer": "^17.0.1",
    "cypress": "^11.1.0",
    "graphql": "^16.0.0",
    "react": "^17.0.1",
    "react-dom": "^17.0.1",
    "react-is": "^17.0.1",
    "react-ssr-prepass": "^1.1.2",
    "react-test-renderer": "^17.0.1",
    "vite": "^3.0.0",
    "@urql/core": "3.2.0"
  },
  "peerDependencies": {
    "graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0",
    "react": ">= 16.8.0"
  },
  "dependencies": {
    "@urql/core": "^3.2.0",
    "wonka": "^6.0.0"
  },
  "scripts": {
    "test": "vitest --config ../../vitest.config.ts",
    "clean": "rimraf dist",
    "check": "tsc --noEmit",
    "lint": "eslint --ext=js,jsx,ts,tsx .",
    "build": "rollup -c ../../scripts/rollup/config.mjs"
  }
}