{
  "name": "@xudong/nestjs-graphql",
  "version": "7.8.2",
  "description": "Nest - modern, fast, powerful node.js web framework (@graphql)",
  "author": "Kamil Mysliwiec",
  "license": "MIT",
  "scripts": {
    "prebuild": "rimraf dist",
    "build": "tsc -p tsconfig.json",
    "format": "prettier **/**/*.ts --ignore-path ./.prettierignore --write",
    "lint": "eslint 'lib/**/*.ts' --fix",
    "prepublish:npm": "npm run build",
    "publish:npm": "npm publish --access public",
    "prepublish:next": "npm run build",
    "publish:next": "npm publish --access public --tag next",
    "test:integration": "jest --config ./tests/jest-e2e.json --runInBand",
    "test:integration:dev": "jest --config ./tests/jest-e2e.json --runInBand --watch",
    "prerelease": "npm run build",
    "release": "release-it"
  },
  "devDependencies": {
    "@apollo/federation": "0.18.1",
    "@apollo/gateway": "0.17.0",
    "@commitlint/cli": "11.0.0",
    "@commitlint/config-angular": "11.0.0",
    "@nestjs/common": "7.5.5",
    "@nestjs/core": "7.5.5",
    "@nestjs/platform-express": "7.5.5",
    "@nestjs/platform-fastify": "7.5.5",
    "@nestjs/testing": "7.5.5",
    "@types/graphql": "14.2.3",
    "@types/jest": "26.0.15",
    "@types/node": "12.12.31",
    "@types/node-fetch": "2.5.7",
    "@types/normalize-path": "3.0.0",
    "@typescript-eslint/eslint-plugin": "4.8.2",
    "@typescript-eslint/parser": "4.8.2",
    "apollo-server-express": "2.16.1",
    "apollo-server-fastify": "2.16.1",
    "apollo-server-testing": "2.16.1",
    "class-transformer": "0.3.1",
    "class-validator": "0.12.2",
    "eslint": "7.14.0",
    "eslint-config-prettier": "6.15.0",
    "eslint-plugin-import": "2.22.1",
    "graphql": "15.4.0",
    "husky": "4.3.0",
    "jest": "26.6.3",
    "lint-staged": "10.5.1",
    "prettier": "2.2.0",
    "reflect-metadata": "0.1.13",
    "release-it": "14.2.1",
    "rimraf": "3.0.2",
    "supertest": "6.0.1",
    "ts-jest": "26.4.4",
    "ts-morph": "8.0.0",
    "ts-node": "9.0.0",
    "typescript": "4.1.2"
  },
  "dependencies": {
    "@graphql-tools/merge": "6.2.5",
    "@graphql-tools/schema": "6.2.4",
    "@graphql-tools/utils": "6.2.4",
    "@nestjs/mapped-types": "0.1.1",
    "apollo-env": "0.6.5",
    "apollo-server-core": "2.16.1",
    "chokidar": "3.4.3",
    "fast-glob": "3.2.4",
    "iterall": "1.2.2",
    "lodash": "4.17.20",
    "normalize-path": "3.0.0",
    "tslib": "2.0.3",
    "uuid": "8.3.1"
  },
  "peerDependencies": {
    "@nestjs/common": "^7.0.0",
    "@nestjs/core": "^7.0.0",
    "graphql": "^14.1.1 || ^15.0.0",
    "reflect-metadata": "^0.1.12"
  },
  "optionalDependencies": {
    "@apollo/gateway": "^0.17.0",
    "apollo-server-testing": "^2.16.1",
    "ts-morph": "^8.0.0"
  },
  "lint-staged": {
    "*.ts": [
      "prettier --write"
    ]
  },
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS",
      "pre-commit": "lint-staged"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/nestjs/graphql"
  }
}
