{
  "name": "nestjs-prisma",
  "version": "0.27.0",
  "description": "Library and schematics to add Prisma integration to a NestJS application",
  "scripts": {
    "build": "npm run build:lib && npm run build:schematics",
    "build:lib": "tsc -p tsconfig.lib.json",
    "build:schematics": "tsc -p tsconfig.schematics.json",
    "dev:schematics": "tsc -p tsconfig.schematics.json --watch",
    "test": "npm run build && jasmine src/**/*_spec.js",
    "changelog": "npx conventional-changelog-cli conventional-changelog -p angular -i ./CHANGELOG.md -s",
    "rocket": "npm run build && npm publish --tag dev",
    "format": "prettier --write \"lib/**/*.ts\" \"schematics/**/*.ts\"",
    "lint": "eslint  \"{lib,schematics}/**/*.ts\" --fix"
  },
  "keywords": [
    "nestjs",
    "prisma",
    "schematics"
  ],
  "author": "Marc Stammerjohann",
  "license": "MIT",
  "main": "./dist/index.js",
  "schematics": "./schematics/collection.json",
  "repository": {
    "type": "git",
    "url": "https://github.com/notiz-dev/nestjs-prisma.git"
  },
  "bugs": {
    "url": "https://github.com/notiz-dev/nestjs-prisma/issues"
  },
  "homepage": "https://github.com/notiz-dev/nestjs-prisma#readme",
  "peerDependencies": {
    "@nestjs/common": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0",
    "@prisma/client": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0",
    "prisma": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
  },
  "dependencies": {
    "@angular-devkit/core": "^13.3.0",
    "@angular-devkit/schematics": "^13.3.0",
    "@schematics/angular": "~13.3.0"
  },
  "devDependencies": {
    "@nestjs/common": "11.0.6",
    "@nestjs/core": "11.0.6",
    "@nestjs/platform-express": "11.0.6",
    "@prisma/client": "^7.0.0",
    "@types/node": "^22.10.7",
    "@typescript-eslint/eslint-plugin": "6.9.1",
    "@typescript-eslint/parser": "6.9.1",
    "eslint": "8.52.0",
    "eslint-config-prettier": "9.0.0",
    "eslint-plugin-prettier": "5.0.1",
    "jasmine": "^3.6.3",
    "prettier": "3.4.2",
    "prettier-plugin-organize-imports": "^4.1.0",
    "prisma": "^7.0.0",
    "reflect-metadata": "0.2.2",
    "rxjs": "^7.8.1",
    "typescript": "^5.7.3"
  }
}
