{
  "name": "@multiplatform.one/typegraphql-prisma-nestjs-keycloak",
  "version": "0.2700.4",
  "scripts": {
    "build": "tsc",
    "package:build": "./package.sh",
    "package:publish": "cd package *&& npm publish",
    "check:type": "tsc --noEmit",
    "check:experiments:postgres": "cd ./experiments/postgres && tsc --noEmit",
    "check:experiments:mongodb": "cd ./experiments/mongodb && tsc --noEmit",
    "check:format": "prettier --ignore-path ./.cli.prettierignore --check ./**/*.{js,json,ts,tsx}",
    "test": "ts-node ./tests/helpers/setup-tests.ts && jest --watch --verbose",
    "test:integration": "ts-node ./tests/helpers/setup-tests.ts && env-cmd jest --watch --verbose --config ./jest.config.integration.ts",
    "test:ci": "ts-node ./tests/helpers/setup-tests.ts && jest --coverage --verbose --runInBand && jest --coverage --verbose --runInBand --config ./jest.config.integration.ts",
    "format": "prettier --ignore-path ./.cli.prettierignore --write ./**/*.{js,json,ts,tsx}"
  },
  "bin": {
    "typegraphql-prisma-nestjs-keycloak": "lib/generator.js"
  },
  "peerDependencies": {
    "@prisma/client": "^5.0.0",
    "@types/graphql-fields": "^1.3.5",
    "@types/node": "*",
    "graphql-fields": "^2.0.3",
    "graphql-scalars": "^1.22.2",
    "prisma": "^5.0.0",
    "tslib": "^2.6.0",
    "type-graphql": "^1.1.1 || >=1.2.0-rc || >=2.0.0-beta"
  },
  "dependencies": {
    "@prisma/generator-helper": "^5.0.0",
    "@prisma/internals": "^5.0.0",
    "pluralize": "^8.0.0",
    "semver": "^7.5.4",
    "ts-morph": "^19.0.0",
    "tslib": "^2.6.0"
  },
  "devDependencies": {
    "@jest/types": "^29.6.1",
    "@prisma/client": "^5.0.0",
    "@types/graphql-fields": "^1.3.5",
    "@types/jest": "^29.5.3",
    "@types/node": "^20.4.2",
    "@types/pg": "^8.10.2",
    "@types/pluralize": "0.0.30",
    "@types/semver": "^7.5.0",
    "@types/validator": "^13.7.17",
    "directory-tree": "^3.5.1",
    "env-cmd": "^10.1.0",
    "graphql": "^16.7.1",
    "graphql-fields": "^2.0.3",
    "graphql-scalars": "^1.22.2",
    "husky": "^8.0.3",
    "jest": "^29.6.1",
    "lint-staged": "^13.2.3",
    "pg": "^8.11.1",
    "prettier": "^3.0.0",
    "prisma": "^5.0.0",
    "reflect-metadata": "^0.1.13",
    "ts-jest": "~29.1.0",
    "ts-node": "^10.9.1",
    "ts-toolbelt": "^9.6.0",
    "tslib": "^2.6.0",
    "type-graphql": "2.0.0-beta.2",
    "typescript": "~5.1.6"
  },
  "license": "MIT",
  "engines": {
    "node": ">=12.4"
  },
  "author": {
    "name": "Michał Lytek",
    "url": "https://github.com/MichalLytek"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/EndyKaufman/typegraphql-prisma-nestjs.git"
  },
  "bugs": {
    "url": "https://github.com/EndyKaufman/typegraphql-prisma-nestjs/issues"
  },
  "keywords": [
    "nestjs",
    "type-graphql",
    "typegraphql",
    "prisma",
    "prisma2",
    "prisma-framework",
    "graphql",
    "generator"
  ],
  "lint-staged": {
    "**/*.{ts,tsx}": [
      "prettier --write"
    ],
    "**/*.{js,json}": [
      "prettier --write"
    ]
  },
  "private": false,
  "files": [
    "lib"
  ]
}
