{
  "name": "@nestjs-query/query-graphql",
  "version": "0.30.0",
  "description": "Nestjs graphql query adapter",
  "author": "doug-martin <doug@dougamartin.com>",
  "homepage": "https://github.com/doug-martin/nestjs-query#readme",
  "keywords": [
    "graphql",
    "crud",
    "nestjs",
    "dataloader"
  ],
  "license": "MIT",
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "directories": {
    "lib": "dist/src",
    "test": "__tests__"
  },
  "files": [
    "dist/src/**"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/doug-martin/nestjs-query.git",
    "directory": "packages/query-graphql"
  },
  "scripts": {
    "prepublishOnly": "npm run build",
    "prebuild": "npm run clean",
    "build": "tsc",
    "clean": "rm -rf ./dist && rm -rf tsconfig.tsbuildinfo"
  },
  "bugs": {
    "url": "https://github.com/doug-martin/nestjs-query/issues"
  },
  "dependencies": {
    "@nestjs-query/core": "0.30.0",
    "graphql-fields": "^2.0.3",
    "lodash.omit": "^4.5.0",
    "lower-case-first": "^2.0.1",
    "pluralize": "^8.0.0",
    "tslib": "^2.1.0",
    "upper-case-first": "^2.0.1"
  },
  "peerDependencies": {
    "@apollo/gateway": "^0.41.0 || ^0.42.0",
    "@nestjs/common": "^8.0.4",
    "@nestjs/core": "^8.0.4",
    "@nestjs/graphql": "^9.0.0",
    "class-transformer": "^0.2.3 || 0.3.1 || 0.4",
    "class-validator": "^0.13.0",
    "dataloader": "^2.0.0",
    "graphql": "^15.0.0",
    "graphql-subscriptions": "^1.1.0",
    "ts-morph": "^11.0.0 || ^12.0.0"
  },
  "devDependencies": {
    "@apollo/gateway": "0.42.0",
    "@nestjs/common": "8.0.9",
    "@nestjs/core": "8.0.9",
    "@nestjs/graphql": "9.0.5",
    "@nestjs/testing": "8.0.9",
    "@types/graphql": "14.5.0",
    "@types/graphql-fields": "1.3.4",
    "@types/lodash.omit": "4.5.6",
    "@types/pluralize": "0.0.29",
    "@types/ws": "8.2.0",
    "class-transformer": "0.4.0",
    "class-validator": "0.13.1",
    "dataloader": "2.0.0",
    "graphql": "15.6.0",
    "graphql-subscriptions": "1.2.1",
    "ts-mockito": "2.6.1",
    "ts-morph": "12.0.0",
    "typescript": "4.4.3"
  },
  "gitHead": "9af43aa1a5807f24c55dd306813394638f22703e"
}
