{
  "name": "nestjs-graphql-resolver",
  "version": "0.1.36",
  "description": "This library provides functionality which allow to generate resolvers automatically.",
  "author": "Alexey Panfilkin",
  "private": false,
  "repository": {
    "url": "https://github.com/Adrinalin4ik/nestjs-graphql-resolver"
  },
  "keywords": [
    "graphql",
    "nestjs",
    "resolver"
  ],
  "license": "MIT",
  "main": "dist-lib/index.js",
  "types": "dist-lib/index.d.ts",
  "files": [
    "dist-lib",
    "lib"
  ],
  "scripts": {
    "cleanup": "rm lib.tsconfig.tsbuildinfo || true && rm -rf dist-lib || true",
    "build": "npm run cleanup && tsc -p lib.tsconfig.json",
    "version": "npm run build && npm publish",
    "start:dev": "nest start --watch"
  },
  "dependencies": {
    "change-case": "^4.1.2",
    "dataloader": "^2.0.0",
    "graphql-tools": "^8.2.0",
    "pluralize": "^8.0.0",
    "reflect-metadata": "^0.1.13",
    "rxjs": "^7.3.0",
    "snake-case": "^3.0.4",
    "ts-morph": "^11.0.3"
  },
  "devDependencies": {
    "@apollo/gateway": "^0.36.0",
    "@nestjs/cli": "^8.1.1",
    "@nestjs/common": "^8.0.5",
    "@nestjs/core": "^8.0.5",
    "@nestjs/graphql": "^8.0.2",
    "@nestjs/platform-express": "^8.0.5",
    "@nestjs/schematics": "^8.0.2",
    "@nestjs/typeorm": "^8.0.2",
    "@types/config": "0.0.39",
    "@types/express": "^4.17.13",
    "@types/node": "^14.14.36",
    "@types/pluralize": "0.0.29",
    "@typescript-eslint/eslint-plugin": "^4.19.0",
    "@typescript-eslint/parser": "^4.19.0",
    "apollo-server-express": "^2.24.1",
    "config": "^3.3.6",
    "graphql": "^15.5.1",
    "graphql-subscriptions": "^1.2.1",
    "pg": "^8.7.1",
    "tsc": "^2.0.3",
    "typeorm": "^0.2.36",
    "typescript": "^4.3.5"
  }
}
