{
  "_from": "type-graphql@^1.1.1",
  "_id": "type-graphql@1.1.1",
  "_inBundle": false,
  "_integrity": "sha512-iOOWVn0ehCYMukmnXStbkRwFE9dcjt7/oDcBS1JyQZo9CbhlIll4lHHps54HMEk4A4c8bUPd+DjK8w1/ZrxB4A==",
  "_location": "/type-graphql",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "type-graphql@^1.1.1",
    "name": "type-graphql",
    "escapedName": "type-graphql",
    "rawSpec": "^1.1.1",
    "saveSpec": null,
    "fetchSpec": "^1.1.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/type-graphql/-/type-graphql-1.1.1.tgz",
  "_shasum": "dc0710d961713b92d3fee927981fa43bf71667a4",
  "_spec": "type-graphql@^1.1.1",
  "_where": "/home/desabat1/nodevenv/api/12/lib",
  "author": {
    "name": "Michał Lytek",
    "url": "https://github.com/MichalLytek"
  },
  "bugs": {
    "url": "https://github.com/MichalLytek/type-graphql/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@types/glob": "^7.1.3",
    "@types/node": "*",
    "@types/semver": "^7.3.3",
    "glob": "^7.1.6",
    "graphql-query-complexity": "^0.7.0",
    "graphql-subscriptions": "^1.1.0",
    "semver": "^7.3.2",
    "tslib": "^2.0.1"
  },
  "deprecated": false,
  "description": "Create GraphQL schema and resolvers with TypeScript, using classes and decorators!",
  "devDependencies": {
    "@apollo/federation": "^0.20.4",
    "@apollo/gateway": "^0.21.0",
    "@graphql-modules/core": "^0.7.17",
    "@graphql-modules/di": "^0.7.17",
    "@mikro-orm/core": "^4.0.7",
    "@mikro-orm/postgresql": "^4.0.7",
    "@typegoose/typegoose": "^7.4.1",
    "@types/gulp": "^4.0.7",
    "@types/gulp-replace": "0.0.31",
    "@types/ioredis": "^4.17.4",
    "@types/jest": "^26.0.14",
    "@types/mongoose": "^5.7.36",
    "@types/node": "^14.11.2",
    "@types/rimraf": "^3.0.0",
    "apollo-cache-control": "^0.11.3",
    "apollo-server": "^2.18.1",
    "class-validator": "^0.12.2",
    "del": "^6.0.0",
    "graphql": "^15.3.0",
    "graphql-redis-subscriptions": "^2.3.1",
    "graphql-tag": "^2.11.0",
    "gulp-replace": "^1.0.0",
    "gulp-shell": "^0.8.0",
    "gulp-typescript": "^5.0.1",
    "gulpclass": "^0.2.0",
    "husky": "^4.3.0",
    "ioredis": "^4.17.3",
    "jest": "^26.4.2",
    "joiful": "^2.0.1",
    "lint-staged": "^10.4.0",
    "mongoose": "^5.10.7",
    "pg": "^8.3.3",
    "prettier": "^2.1.2",
    "reflect-metadata": "^0.1.13",
    "rimraf": "^3.0.2",
    "ts-jest": "^26.4.1",
    "ts-node": "^9.0.0",
    "tslint": "^6.1.3",
    "tslint-config-prettier": "^1.18.0",
    "tslint-eslint-rules": "^5.4.0",
    "typedi": "^0.8.0",
    "typeorm": "^0.2.28",
    "typeorm-typedi-extensions": "^0.2.3",
    "typescript": "~4.0.3"
  },
  "engines": {
    "node": ">= 10.3"
  },
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/typegraphql"
  },
  "homepage": "https://github.com/MichalLytek/type-graphql#readme",
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "keywords": [
    "typescript",
    "graphql",
    "schema",
    "resolvers",
    "api",
    "decorators",
    "controllers",
    "apollo"
  ],
  "license": "MIT",
  "lint-staged": {
    "{src,tests,examples}/**/*.ts": [
      "tslint --fix",
      "prettier --write"
    ],
    "{src,tests,examples}/**/*.js": [
      "prettier --write"
    ],
    "docs/**/*.md": [
      "prettier --write"
    ]
  },
  "main": "./dist/index.js",
  "name": "type-graphql",
  "peerDependencies": {
    "class-validator": ">=0.12.0",
    "graphql": "^15.3.0"
  },
  "private": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MichalLytek/type-graphql.git"
  },
  "scripts": {
    "//check": "npm run check:format && npm run check:type",
    "check": "npm run check:type",
    "check:format": "prettier --check \"{src,tests,examples}/**/*.{ts,js}\" \"docs/**/*.md\"",
    "check:type": "tsc --noEmit",
    "dev": "node ./dev.js",
    "docs": "npm run --prefix website start",
    "format": "prettier --write \"{src,tests,examples}/**/*.{ts,js}\" \"docs/**/*.md\"",
    "lint": "tslint --project tsconfig.json",
    "package": "gulp package",
    "postinstall": "node ./dist/postinstall || exit 0",
    "test": "jest --verbose --coverage",
    "test:ci": "jest --verbose --coverage --ci --forceExit --detectOpenHandles --runInBand",
    "test:watch": "jest --watch",
    "verify": "npm run check && npm run lint"
  },
  "types": "./dist/index.d.ts",
  "version": "1.1.1"
}
