{
  "_args": [
    [
      "typegraphql-prisma@0.14.7",
      "/home/desabat1/api"
    ]
  ],
  "_development": true,
  "_from": "typegraphql-prisma@0.14.7",
  "_id": "typegraphql-prisma@0.14.7",
  "_inBundle": false,
  "_integrity": "sha512-Wdc2qMMKp2FflPNBhPLoAh10q5K84bMA3AB2c/yNTE+a1oUOJE4IzrPF6IV6JXrhZeT1m2HiyA49tKliHpwfoA==",
  "_location": "/typegraphql-prisma",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "typegraphql-prisma@0.14.7",
    "name": "typegraphql-prisma",
    "escapedName": "typegraphql-prisma",
    "rawSpec": "0.14.7",
    "saveSpec": null,
    "fetchSpec": "0.14.7"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/typegraphql-prisma/-/typegraphql-prisma-0.14.7.tgz",
  "_spec": "0.14.7",
  "_where": "/home/desabat1/api",
  "author": {
    "name": "Michał Lytek",
    "url": "https://github.com/MichalLytek"
  },
  "bin": {
    "typegraphql-prisma": "lib/generator.js"
  },
  "bugs": {
    "url": "https://github.com/MichalLytek/typegraphql-prisma/issues"
  },
  "dependencies": {
    "@prisma/generator-helper": "~2.27.0",
    "@prisma/sdk": "~2.27.0",
    "pluralize": "^8.0.0",
    "semver": "^7.3.5",
    "ts-morph": "^11.0.3",
    "tslib": "^2.3.0"
  },
  "description": "![integration logo](https://raw.githubusercontent.com/MichalLytek/typegraphql-prisma/main/img/integration.png)",
  "devDependencies": {
    "@jest/types": "^27.0.6",
    "@prisma/client": "~2.27.0",
    "@types/graphql-fields": "^1.3.4",
    "@types/jest": "^26.0.24",
    "@types/node": "^16.3.2",
    "@types/pg": "^8.6.1",
    "@types/pluralize": "0.0.29",
    "@types/semver": "^7.3.7",
    "directory-tree": "^2.2.9",
    "env-cmd": "^10.1.0",
    "graphql": "^15.5.1",
    "graphql-fields": "^2.0.3",
    "graphql-scalars": "^1.10.0",
    "husky": "^4.3.8",
    "jest": "^27.0.6",
    "lint-staged": "^11.0.0",
    "pg": "^8.6.0",
    "prettier": "^2.3.2",
    "prisma": "~2.27.0",
    "reflect-metadata": "^0.1.13",
    "ts-jest": "~27.0.3",
    "ts-node": "^10.1.0",
    "type-graphql": "^1.1.1",
    "typescript": "~4.3.5"
  },
  "engines": {
    "node": ">=12.4"
  },
  "homepage": "https://github.com/MichalLytek/typegraphql-prisma#readme",
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "keywords": [
    "type-graphql",
    "typegraphql",
    "prisma",
    "prisma2",
    "prisma-framework",
    "graphql",
    "generator"
  ],
  "license": "MIT",
  "lint-staged": {
    "**/*.{ts,tsx}": [
      "prettier --write"
    ],
    "**/*.{js,json}": [
      "prettier --write"
    ]
  },
  "name": "typegraphql-prisma",
  "peerDependencies": {
    "@prisma/client": "~2.27.0",
    "@types/graphql-fields": "^1.3.4",
    "@types/node": "*",
    "graphql-fields": "^2.0.3",
    "graphql-scalars": "^1.10.0",
    "prisma": "~2.27.0",
    "type-graphql": "^1.1.1"
  },
  "private": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MichalLytek/typegraphql-prisma.git"
  },
  "scripts": {
    "build": "tsc",
    "check:experiments": "cd ./experiments && tsc --noEmit",
    "check:format": "prettier --check ./**/*.{js,json,ts,tsx}",
    "check:type": "tsc --noEmit",
    "format": "prettier --write ./**/*.{js,json,ts,tsx}",
    "package:build": "./package.sh",
    "package:publish": "cd package *&& npm publish",
    "test": "ts-node ./tests/helpers/setup-tests.ts && jest --watch --verbose",
    "test:ci": "ts-node ./tests/helpers/setup-tests.ts && jest --coverage --verbose --runInBand && jest --coverage --verbose --runInBand --config ./jest.config.integration.js",
    "test:integration": "ts-node ./tests/helpers/setup-tests.ts && env-cmd jest --watch --verbose --config ./jest.config.integration.ts"
  },
  "version": "0.14.7"
}
