{
  "name": "@gqlts/runtime",
  "version": "3.4.0",
  "description": "Gqlts runtime client",
  "keywords": [
    "gqlts",
    "graphql",
    "axios",
    "typescript",
    "types-graphql",
    "types-graphql-client",
    "types-graphql-axios",
    "graphql-sdk",
    "graphql-sdk-generator",
    "graphql-sdk-cli",
    "graphql-subscriptions",
    "graphql-subscriptions-client",
    "graphql-typescript",
    "graphql-axios-client",
    "graphql-typescript-client",
    "graphql-typescript-sdk"
  ],
  "homepage": "https://gqlts.vercel.app",
  "repository": "github:meabed/gqlts",
  "license": "MIT",
  "author": {
    "name": "Mohamed Meabed",
    "email": "mo@meabed.com",
    "url": "https://meabed.com"
  },
  "maintainers": [
    {
      "name": "Mohamed Meabed",
      "email": "mo@meabed.com",
      "url": "https://meabed.com"
    }
  ],
  "sideEffects": false,
  "exports": {
    ".": {
      "require": "./dist/index.js",
      "default": "./dist/index.js",
      "import": "./esm/index.js",
      "types": "./dist/index.d.ts"
    },
    "./fetcher": {
      "require": "./dist/fetcher.js",
      "default": "./dist/fetcher.js",
      "import": "./esm/fetcher.js",
      "types": "./dist/fetcher.d.ts"
    },
    "./extract-files": {
      "require": "./dist/extract-files/extract-files.js",
      "default": "./dist/extract-files.extract-files.js",
      "import": "./esm/extract-files.extract-files.js",
      "types": "./dist/extract-files/extract-files.d.ts"
    },
    "./dist/extract-files": {
      "require": "./dist/extract-files/extract-files.js",
      "default": "./dist/extract-files.extract-files.js",
      "import": "./esm/extract-files.extract-files.js",
      "types": "./dist/extract-files/extract-files.d.ts"
    },
    "./dist/extract-files/extract-files": {
      "require": "./dist/extract-files/extract-files.js",
      "default": "./dist/extract-files.extract-files.js",
      "import": "./esm/extract-files.extract-files.js",
      "types": "./dist/extract-files/extract-files.d.ts"
    },
    "./package.json": "./package.json"
  },
  "main": "./dist/index.js",
  "module": "./esm/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "esm",
    "src"
  ],
  "scripts": {
    "build": "rm -rf dist esm *.tsbuildinfo && tsc && tsc -m ESNext --outDir esm",
    "compile": "sucrase -q ./src -d ./dist --transforms typescript,imports",
    "start": "tsdx watch",
    "test": "yarn typesTests && jest",
    "typesTests": "tsc -p src/client/__tests__/tsconfig.json",
    "watch": "tsc -w"
  },
  "jest": {
    "collectCoverageFrom": [
      "src/**/*.ts",
      "!**/node_modules/**",
      "!src/_old/**",
      "!**/*.case.ts",
      "!src/testHelpers/**/*.ts"
    ],
    "coverageReporters": [
      "text"
    ],
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "jsx",
      "json",
      "node"
    ],
    "modulePaths": [
      "<rootDir>"
    ],
    "roots": [
      "<rootDir>/src"
    ],
    "testEnvironment": "node",
    "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.tsx?$",
    "transform": {
      ".(js|jsx|ts|tsx)": "@sucrase/jest-plugin"
    }
  },
  "dependencies": {
    "axios": "1.15.2",
    "form-data": "4.0.5",
    "graphql-ws": "6.0.8",
    "is-plain-obj": "4.1.0",
    "lodash.assign": "4.2.0",
    "lodash.get": "4.4.2",
    "lodash.startswith": "4.2.1",
    "ws": "8.20.0",
    "zen-observable-ts": "1.1.0"
  },
  "devDependencies": {
    "@sucrase/jest-plugin": "3.0.0",
    "@types/common-tags": "1.8.4",
    "@types/jest": "30.0.0",
    "@types/lodash": "4.17.24",
    "@types/lodash.assign": "4.2.9",
    "@types/lodash.get": "4.4.9",
    "@types/lodash.startswith": "4.2.9",
    "@types/node": "25.6.0",
    "@types/qs": "6.15.0",
    "@types/ws": "8.18.1",
    "common-tags": "1.8.2",
    "dotenv": "17.4.2",
    "jest": "30.3.0",
    "sucrase": "3.35.1",
    "ts-jest": "29.4.9",
    "tslib": "2.8.1",
    "utility-types": "3.11.0"
  },
  "peerDependencies": {
    "graphql": "*"
  },
  "_": "[bump]"
}
