{
  "name": "awesome-graphql-client",
  "version": "3.0.0",
  "description": "GraphQL Client with file upload support for NodeJS and browser",
  "keywords": [
    "graphql",
    "request",
    "graphql-client",
    "apollo"
  ],
  "homepage": "https://github.com/lynxtaa/awesome-graphql-client#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lynxtaa/awesome-graphql-client.git"
  },
  "license": "MIT",
  "author": "Alex Kondratiuk <lynxtaa@gmail.com>",
  "sideEffects": false,
  "type": "module",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "types": "./dist/awesome-graphql-client.d.mts",
      "default": "./dist/awesome-graphql-client.mjs"
    }
  },
  "main": "dist/awesome-graphql-client.mjs",
  "module": "dist/awesome-graphql-client.legacy-esm.js",
  "source": "./src/index.ts",
  "types": "dist/awesome-graphql-client.d.mts",
  "files": [
    "dist",
    "src",
    "LICENSE",
    "README.md"
  ],
  "scripts": {
    "build": "tsdown",
    "check-format": "pnpm run prettier --check --ignore-unknown",
    "check-types": "tsc",
    "format": "pnpm run prettier --write",
    "lint": "eslint  --max-warnings 0 src test",
    "prepublishOnly": "pnpm run build && cp ../../README.md .",
    "prettier": "prettier \"{src,test}/**/*\" \"*.{js,json,md}\"",
    "release": "np --no-cleanup --test-script lint",
    "test": "is-ci-cli \"test:coverage\" \"test:watch\"",
    "test:coverage": "node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage",
    "test:watch": "node --experimental-vm-modules node_modules/jest/bin/jest.js --watch",
    "validate": "pnpm run check-format && pnpm run check-types && pnpm run lint"
  },
  "prettier": "@lynxtaa/prettier-config",
  "devDependencies": {
    "@graphql-typed-document-node/core": "3.2.0",
    "@jest/globals": "30.0.5",
    "@lynxtaa/eslint-config": "catalog:",
    "@lynxtaa/prettier-config": "catalog:",
    "@swc/core": "1.13.2",
    "@swc/jest": "0.2.39",
    "@types/jest": "catalog:",
    "@types/node": "catalog:",
    "eslint": "catalog:",
    "eslint-plugin-jest": "29.0.1",
    "fastify": "5.4.0",
    "graphql": "16.11.0",
    "graphql-tag": "2.12.6",
    "graphql-upload-minimal": "1.6.1",
    "http-terminator": "3.2.0",
    "is-ci-cli": "2.2.0",
    "jest": "catalog:",
    "jest-environment-jsdom": "catalog:",
    "mercurius": "16.2.0",
    "mercurius-upload": "8.0.0",
    "np": "10.2.0",
    "prettier": "catalog:",
    "tsdown": "0.13.0",
    "typescript": "catalog:",
    "undici": "7.12.0",
    "whatwg-fetch": "3.6.20"
  },
  "engines": {
    "node": "^20.19.0 || ^22.12.0 || >=23"
  },
  "np": {
    "yarn": false
  }
}
