{
  "name": "@koakh/nestjs-package-jwt-authentication-ldap",
  "version": "1.0.70",
  "description": "Koakh NestJS Jwt Authentication LDAP",
  "author": "Mário Monteiro <marioammonteiro@gmail.com>",
  "license": "MIT",
  "readmeFilename": "README.md",
  "files": [
    "dist/**/*",
    "*.md"
  ],
  "type": "commonjs",
  "exports": {
    "import": "./dist/index.js",
    "require": "./dist/index.js"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "build": "nest build",
    "build:yalc": "nest build && yalc publish && yalc push --deps && yalc publish",
    "dev": "tsc -w",
    "format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
    "start": "nest start",
    "lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:cov": "jest --coverage",
    "test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
    "test:e2e": "jest --config ./test/jest-e2e.json",
    "yalc:publish": "npm run build && yalc publish",
    "version:patch": "npm run build && npm version patch",
    "version:publish": "npm publish",
    "pack": "npm pack && cp $(node -p \"p=require('./package.json');p.name+'-'+p.version+'.tgz'\") ../route-your-app/@koakh/nestjs-package-jwt-authentication-ldap.tgz && npm install ../route-your-app/@koakh/nestjs-package-jwt-authentication-ldap.tgz --prefix ../route-your-app && rm -f $(node -p \"p=require('./package.json');p.name+'-'+p.version+'.tgz'\")"
  },
  "keywords": [
    "nestjs"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/koakh/NestJsPackageJwtAuthenticationLdap"
  },
  "bugs": "https://github.com/koakh/NestJsPackageJwtAuthenticationLdap",
  "dependencies": {
    "@golevelup/nestjs-modules": "0.7.2",
    "@golevelup/ts-jest": "0.6.2",
    "@nestjs/common": "11.1.0",
    "@nestjs/config": "4.0.2",
    "@nestjs/core": "11.1.0",
    "@nestjs/jwt": "11.0.0",
    "@nestjs/passport": "11.0.5",
    "@nestjs/platform-express": "11.1.0",
    "@nestjs/swagger": "11.1.6",
    "bcrypt": "5.1.1",
    "class-validator": "0.14.2",
    "dotenv": "16.5.0",
    "express": "5.1.0",
    "ldapjs": "2.3.3",
    "passport": "0.7.0",
    "passport-jwt": "4.0.1",
    "passport-ldapauth": "3.0.1",
    "passport-local": "1.0.0",
    "reflect-metadata": "0.2.2",
    "rxjs": "7.8.2",
    "uuid": "11.1.0"
  },
  "devDependencies": {
    "@nestjs/testing": "11.1.0",
    "@types/express": "5.0.1",
    "@types/jest": "29.5.14",
    "@types/ldapjs": "2.2.5",
    "@types/node": "22.15.3",
    "@types/passport": "1.0.17",
    "@types/passport-jwt": "4.0.1",
    "@types/passport-local": "1.0.38",
    "@types/supertest": "6.0.3",
    "jest": "29.7.0",
    "jest-mock-req-res": "1.0.2",
    "nodemon": "3.1.10",
    "prettier": "3.5.3",
    "supertest": "7.1.0",
    "ts-jest": "29.3.2",
    "ts-node": "10.9.2",
    "tsc-watch": "6.3.0",
    "tsconfig-paths": "4.2.0",
    "tslint": "5.20.1",
    "typescript": "5.8.3"
  },
  "jest": {
    "moduleFileExtensions": [
      "js",
      "json",
      "ts"
    ],
    "rootDir": "src",
    "testRegex": ".spec.ts$",
    "transform": {
      ".+\\.(t|j)s$": "ts-jest"
    },
    "coverageDirectory": "../coverage",
    "testEnvironment": "node"
  }
}
