{
  "name": "@golevelup/nestjs-graphql-request",
  "version": "5.0.0",
  "description": "Badass utilities for integrating graphql-request and NestJS",
  "author": "Jesse Carter <jesse.r.carter@gmail.com>",
  "homepage": "https://github.com/golevelup/nestjs#readme",
  "license": "MIT",
  "keywords": [
    "NestJS",
    "graphql-request",
    "sdk",
    "codegen",
    "graphql",
    "gql"
  ],
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/golevelup/nestjs.git"
  },
  "bugs": {
    "url": "https://github.com/golevelup/nestjs/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "graphql": "^16.13.1",
    "graphql-request": "^7.4.0"
  },
  "scripts": {
    "copy-readme": "cp ../../docs/graphql-request.md ./README.md",
    "build": "tsc --build tsconfig.build.json",
    "build:watch": "tsc --build tsconfig.build.json --watch",
    "test": "vitest",
    "typecheck": "tsc --noEmit"
  }
}