{
  "name": "@rtk-query/graphql-request-base-query",
  "version": "1.0.3",
  "author": {
    "name": "Lenz Weber",
    "email": "mail@phryneas.de",
    "url": "https://phryneas.de/"
  },
  "license": "MIT",
  "type": "module",
  "source": "src/index.ts",
  "exports": "./dist/index.modern.js",
  "main": "./dist/index.cjs",
  "module": "./dist/index.module.js",
  "unpkg": "./dist/index.umd.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "build": "microbundle",
    "dev": "microbundle watch"
  },
  "dependencies": {
    "graphql-request": "^3.4.0"
  },
  "peerDependencies": {
    "@reduxjs/toolkit": "^1.6.0",
    "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
  },
  "devDependencies": {
    "@reduxjs/toolkit": "^1.6.0",
    "graphql": "^15.5.0",
    "microbundle": "^0.13.3",
    "typescript": "^4.3.4"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "src",
    "dist"
  ]
}
