{
  "name": "@nowtech/nestjs-prisma-4",
  "version": "4.14.0",
  "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 --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.js",
    "format": "prettier --write ./**/*.{js,json,ts,tsx}"
  },
  "bin": {
    "typegraphql-prisma": "lib/generator.js"
  },
  "peerDependencies": {
    "@prisma/client": "~4.14.1",
    "@types/graphql-fields": "^1.3.4",
    "@types/node": "*",
    "graphql-fields": "^2.0.3",
    "graphql-scalars": "^1.20.1",
    "prisma": "~4.14.1",
    "tslib": "^2.4.1",
    "type-graphql": "^1.1.1 || 2.0.0-beta.1"
  },
  "dependencies": {
    "@prisma/generator-helper": "~4.14.1",
    "@prisma/internals": "~4.14.1",
    "pluralize": "^8.0.0",
    "semver": "^7.3.8",
    "ts-morph": "^17.0.1",
    "tslib": "^2.4.1"
  },
  "devDependencies": {
    "@jest/types": "^28.1.3",
    "@prisma/client": "~4.14.1",
    "@prisma/fetch-engine": "~4.14.1",
    "@types/graphql-fields": "^1.3.4",
    "@types/jest": "^28.1.8",
    "@types/node": "^18.11.17",
    "@types/pg": "^8.6.5",
    "@types/pluralize": "0.0.29",
    "@types/semver": "^7.3.13",
    "@types/validator": "^13.7.10",
    "directory-tree": "^3.5.0",
    "env-cmd": "^10.1.0",
    "graphql": "^16.6.0",
    "graphql-fields": "^2.0.3",
    "graphql-scalars": "^1.20.1",
    "husky": "^4.3.8",
    "jest": "^28.1.3",
    "lint-staged": "^13.1.0",
    "pg": "^8.8.0",
    "prettier": "^2.8.1",
    "prisma": "~4.14.1",
    "reflect-metadata": "^0.1.13",
    "ts-jest": "~28.0.8",
    "ts-node": "^10.9.1",
    "ts-toolbelt": "^9.6.0",
    "tslib": "^2.4.1",
    "type-graphql": "2.0.0-beta.1",
    "typescript": "~4.9.4"
  },
  "license": "MIT",
  "engines": {
    "node": ">=12.4"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "**/*.{ts,tsx}": [
      "prettier --write"
    ],
    "**/*.{js,json}": [
      "prettier --write"
    ]
  },
  "private": false
}
