{
  "name": "@sdreamteam/prisma-nestjs-graphql",
  "version": "0.0.4",
  "license": "MIT",
  "description": "Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module",
  "main": "index.js",
  "types": "index.d.ts",
  "prepublish": "sh Taskfile bundle",
  "bin": {
    "prisma-nestjs-graphql": "bin.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/unlight/nestjs-graphql-prisma.git"
  },
  "bugs": {
    "url": "https://github.com/unlight/nestjs-graphql-prisma/issues"
  },
  "homepage": "https://github.com/unlight/nestjs-graphql-prisma#readme",
  "keywords": [
    "nestjs",
    "graphql",
    "prisma",
    "prisma-generator",
    "nestjs-graphql"
  ],
  "scripts": {
    "test": "npm run eslint && npm run tscheck && npm run test:cov",
    "mocha": "node node_modules/mocha/bin/mocha",
    "test:r": "npm run mocha -- -r ts-node/register --no-timeouts src/**/*.spec.ts",
    "test:cov": "c8 --reporter text --exclude \"**/*.spec.ts\" --exclude \"**/test/**\"  npm run test:r",
    "test:w": "npm run test:r -- --watch-files src --watch",
    "test:d": "ndb -r @swc/register node_modules/mocha/bin/_mocha --no-timeouts --watch-files src/**/*.ts --watch src/**/*.spec.ts",
    "tscheck": "tsc --noEmit",
    "tscheck:w": "npm run tscheck -- --watch",
    "eslint": "node node_modules/eslint/bin/eslint \"src/**/*.{ts,tsx}\"",
    "eslint:w": "watchexec -w src \"npm run eslint\"",
    "eslint:fix": "npm run eslint -- --fix",
    "build": "sh Taskfile bundle",
    "prisma:g": "node node_modules/prisma/build/index.js generate",
    "format": "npx prettier ./@generated --write",
    "regen": "rm -rf @generated && npm run prisma:g && npm run format",
    "rt": "npm run regen && npm test",
    "example": "node-dev example/main.ts",
    "clean_cache": "rm -rf node_modules/.cache",
    "compatibilty_check": "sh Taskfile compatibilty_check",
    "commit": "cz"
  },
  "config": {
    "commitizen": {
      "path": "node_modules/cz-customizable"
    },
    "ghooks": {
      "pre-commit": "precise-commits",
      "commit-msg": "sh Taskfile commit_lint"
    }
  },
  "dependencies": {
    "@prisma/generator-helper": "^4.1.0",
    "await-event-emitter": "^2.0.2",
    "filenamify": "4.X",
    "flat": "^5.0.2",
    "get-relative-path": "^1.0.2",
    "json5": "^2.2.1",
    "lodash": "^4.17.21",
    "outmatch": "^0.7.0",
    "pluralize": "^8.0.0",
    "pupa": "2.X",
    "ts-morph": ">=11"
  },
  "devDependencies": {
    "@commitlint/cli": "^17.0.3",
    "@commitlint/config-conventional": "^17.0.3",
    "@nestjs/apollo": "^10.0.19",
    "@nestjs/common": "^9.0.5",
    "@nestjs/core": "^9.0.5",
    "@nestjs/graphql": "^10.0.21",
    "@nestjs/platform-express": "^9.0.5",
    "@paljs/plugins": "^4.1.0",
    "@prisma/client": "^4.1.0",
    "@semantic-release/changelog": "^6.0.1",
    "@semantic-release/git": "^10.0.1",
    "@swc/core": "^1.2.218",
    "@swc/helpers": "^0.4.3",
    "@swc/register": "^0.1.10",
    "@types/flat": "^5.0.2",
    "@types/lodash": "^4.14.182",
    "@types/mocha": "^9.1.1",
    "@types/node": "^18.0.6",
    "@types/pluralize": "^0.0.29",
    "@typescript-eslint/eslint-plugin": "^5.30.7",
    "@typescript-eslint/parser": "^5.30.7",
    "apollo-server-express": "^3.10.0",
    "c8": "^7.12.0",
    "class-transformer": "^0.5.1",
    "class-validator": "^0.13.2",
    "commitizen": "^4.2.5",
    "cz-customizable": "^6.9.1",
    "decimal.js": "^10.3.1",
    "eslint": "^8.20.0",
    "eslint-import-resolver-node": "^0.3.6",
    "eslint-plugin-etc": "^2.0.2",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-only-warn": "^1.0.3",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-regexp": "^1.7.0",
    "eslint-plugin-simple-import-sort": "^7.0.0",
    "eslint-plugin-sort-class-members": "^1.14.1",
    "eslint-plugin-unicorn": "^43.0.2",
    "eslint-plugin-wix-editor": "^3.3.0",
    "expect": "^29.0.1",
    "ghooks": "^2.0.4",
    "git-branch-is": "^4.0.0",
    "graphql": "^16.5.0",
    "graphql-scalars": "^1.17.0",
    "graphql-type-json": "^0.3.2",
    "mocha": "^10.0.0",
    "ololog": "^1.1.175",
    "precise-commits": "^1.0.2",
    "prettier": "^2.7.1",
    "prisma": "^4.1.0",
    "prisma-graphql-type-decimal": "^2.0.4",
    "reflect-metadata": "^0.1.13",
    "request": "^2.88.2",
    "rxjs": "^7.5.6",
    "semantic-release": "^19.0.3",
    "simplytyped": "^3.3.0",
    "temp-dir": "^2.0.0",
    "ts-node": "^10.9.1",
    "tslib": "^2.4.0",
    "typescript": "^4.7.4",
    "watchexec-bin": "^1.0.0"
  },
  "directories": {
    "example": "example"
  },
  "publishConfig": {
    "access": "public"
  },
  "author": ""
}
