{
  "name": "next-urql",
  "version": "5.0.2",
  "description": "Convenience wrappers for using urql with NextJS.",
  "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/next-urql"
  },
  "main": "dist/next-urql.js",
  "module": "dist/next-urql.es.js",
  "types": "dist/next-urql.d.ts",
  "source": "src/index.ts",
  "files": [
    "LICENSE",
    "CHANGELOG.md",
    "README.md",
    "dist/"
  ],
  "devDependencies": {
    "@types/enzyme": "^3.10.3",
    "@types/enzyme-adapter-react-16": "^1.0.5",
    "@types/node-fetch": "^2.5.4",
    "@types/react": "^17.0.4",
    "@types/react-dom": "^17.0.3",
    "enzyme": "^3.11.0",
    "enzyme-adapter-react-16": "^1.15.2",
    "graphql": "^16.0.0",
    "next": "^11.0.1",
    "react": "^17.0.1",
    "react-dom": "^17.0.1",
    "react-is": "^17.0.1",
    "@urql/core": "4.0.10",
    "urql": "4.0.4"
  },
  "dependencies": {
    "react-ssr-prepass": "^1.4.0"
  },
  "peerDependencies": {
    "react": ">=16.8.0",
    "urql": "^4.0.0"
  },
  "publishConfig": {
    "provenance": true
  },
  "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"
  }
}