{
  "name": "@ptc-org/nestjs-query-graphql",
  "version": "9.4.0",
  "description": "Nestjs graphql query adapter",
  "keywords": [
    "graphql",
    "crud",
    "nestjs",
    "dataloader"
  ],
  "homepage": "https://github.com/tripss/nestjs-query#readme",
  "bugs": {
    "url": "https://github.com/tripss/nestjs-query/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tripss/nestjs-query.git",
    "directory": "packages/query-graphql"
  },
  "license": "MIT",
  "author": "doug-martin <doug@dougamartin.com>",
  "main": "src/index.js",
  "types": "src/index.d.ts",
  "directories": {
    "lib": "src",
    "test": "__tests__"
  },
  "files": [
    "src/**"
  ],
  "dependencies": {
    "dataloader": "^2.2.3",
    "graphql-fields": "^2.0.3",
    "lodash.omit": "^4.5.0",
    "pluralize": "^8.0.0",
    "tslib": "^2.8.1",
    "@ptc-org/nestjs-query-core": "9.4.0",
    "lodash.merge": "4.6.2",
    "reflect-metadata": "0.2.2"
  },
  "peerDependencies": {
    "@apollo/gateway": "^0.44.1 || ^0.46.0 || ^0.48.0 || ^0.49.0 || ^0.50.0 || ^2.0.0",
    "@nestjs/common": "^9.0.0 || ^10.0.0 || ^11.0.0",
    "@nestjs/core": "^9.0.0 || ^10.0.0 || ^11.0.0",
    "@nestjs/graphql": "^11.0.0 || ^12.0.0 || ^13.0.0",
    "class-transformer": "^0.5",
    "class-validator": "^0.14.0",
    "graphql": "^16.0.0",
    "graphql-subscriptions": "^3.0.0",
    "ts-morph": "^19.0.0 || ^20.0.0 || ^21.0.0 || ^24.0.0 || ^25.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "packageManager": "yarn@4.4.0",
  "type": "commonjs"
}