{
  "name": "@pankod/refine-graphql",
  "description": "refine GraphQL data provider. refine is a React-based framework for building internal tools, rapidly. It ships with Ant Design System, an enterprise-level UI toolkit.",
  "version": "4.15.0",
  "license": "MIT",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "private": false,
  "files": [
    "dist",
    "src"
  ],
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "start": "tsup --watch --format esm,cjs,iife --legacy-output",
    "build": "tsup --format esm,cjs,iife --minify --legacy-output",
    "test": "jest --passWithNoTests --runInBand",
    "prepare": "npm run build",
    "postinstall": "echo \"refine v4 is released 🎉 \nThe new version is 100% backward compatible. You can upgrade to v4 with a single command! \nSee the migration guide here: https://refine.dev/docs/migration-guide/3x-to-4x \n\""
  },
  "author": "refine",
  "module": "dist/esm/index.js",
  "devDependencies": {
    "@pankod/refine-core": "^3.103.0",
    "@esbuild-plugins/node-resolve": "^0.1.4",
    "@types/pluralize": "^0.0.29",
    "@types/jest": "^29.2.4",
    "jest": "^29.3.1",
    "jest-environment-jsdom": "^29.3.1",
    "nock": "^13.1.3",
    "ts-jest": "^29.0.3",
    "tslib": "^2.3.1",
    "tsup": "^5.11.13"
  },
  "dependencies": {
    "camelcase": "^6.2.0",
    "gql-query-builder": "^3.5.5",
    "graphql": "^15.6.1",
    "graphql-request": "^4.3.0",
    "pluralize": "^8.0.0",
    "graphql-ws": "^5.9.1"
  },
  "peerDependencies": {
    "@pankod/refine-core": "^3.23.2",
    "graphql-request": "^4.3.0",
    "gql-query-builder": "^3.5.5",
    "graphql-ws": "^5.9.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/refinedev/refine.git",
    "directory": "packages/graphql"
  },
  "gitHead": "829f5a516f98c06f666d6be3e6e6099c75c07719",
  "publishConfig": {
    "access": "public"
  }
}
