UNPKG

@mntu/nestjs-ldap

Version:

NestJS library to access LDAP

63 lines (62 loc) 1.75 kB
{ "name": "@mntu/nestjs-ldap", "version": "1.0.7", "description": "NestJS library to access LDAP", "author": "Tu Mai", "license": "MIT", "keywords": [ "nestjs", "ldap", "openldap", "nestjsldap" ], "repository": { "type": "git", "url": "https://github.com/mntu/nestjs-ldap.git" }, "scripts": { "build": "rimraf ./dist && tsc -p tsconfig.json", "prepublish": "yarn run build", "publish-public": "yarn publish --access public", "test": "jest", "clean": "rm -rf node_modules yarn.lock", "lint": "node ./node_modules/eslint/bin/eslint.js lib/**" }, "resolutions": { "**/**/redis-commands": "^1", "**/**/rimraf": "^3" }, "dependencies": { "@nestjs/common": "^8.0.6", "bcrypt": "^5.0.1", "cache-manager": "^3.4.4", "cache-manager-ioredis": "^2.1.0", "ldapjs": "^2.3.1", "rxjs": "^7.3.0" }, "devDependencies": { "@nestjs/config": "^1.0.1", "@nestjs/core": "^8.0.6", "@nestjs/testing": "^8.0.6", "@types/asn1": "^0.2.0", "@types/bcrypt": "^5.0.0", "@types/cache-manager": "^3.4.2", "@types/cache-manager-ioredis": "^2.0.2", "@types/ldapjs": "^2.2.1", "@types/node": "^16.7.10", "@typescript-eslint/eslint-plugin": "^4.30.0", "@typescript-eslint/parser": "^4.30.0", "eslint": "^7.32.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-jest": "^24.4.0", "eslint-plugin-prettier": "^4.0.0", "jest": "^27.1.0", "jest-transform-stub": "^2.0.0", "prettier": "^2.3.2", "reflect-metadata": "^0.1.13", "rimraf": "^3.0.2", "ts-jest": "^27.0.5", "tsconfig-paths": "^3.11.0", "typescript": "^4.4.2" } }