@3kles/3kles-ldap
Version:
68 lines (67 loc) • 1.68 kB
JSON
{
"name": "@3kles/3kles-ldap",
"version": "2.0.1",
"description": "3KLES LDAP",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "http://gitlab.3kles.local/3kles/lib/corejs/3kles-ldap.git"
},
"keywords": [
"3KLES",
"Express",
"Core",
"Router",
"Service",
"Http",
"LDAP",
"Active directory"
],
"author": "Jeremy Chaut",
"license": "ISC",
"bugs": {
"url": "http://gitlab.3kles.local/3kles/lib/corejs/3kles-ldap/issues"
},
"homepage": "http://gitlab.3kles.local/3kles/lib/corejs/3kles-ldap",
"scripts": {
"dev": "ts-node src/app.ts",
"build": "gulp transpile",
"prod": "gulp build-prod"
},
"dependencies": {
"@3kles/3kles-corebe": "^2.5.4",
"dotenv": "^16.0.3",
"express": "4.18.2",
"ldapts": "^4.0.0"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@types/gulp": "^4.0.9",
"@types/gulp-uglify": "^3.0.7",
"babel-preset-env": "^1.7.0",
"babelify": "^10.0.0",
"browserify": "^17.0.0",
"event-stream": "^4.0.1",
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"gulp-cli": "^2.3.0",
"gulp-concat": "^2.6.1",
"gulp-exec": "^5.0.0",
"gulp-foreach": "^0.1.0",
"gulp-mocha": "^8.0.0",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-tap": "^2.0.0",
"gulp-terser": "^2.1.0",
"gulp-typescript": "^6.0.0-alpha.1",
"gulp-use-tsconfig": "1.5.3",
"gulp-util": "^3.0.8",
"run-sequence": "^2.2.1",
"ts-node": "^10.9.1",
"tslint": "^6.1.3",
"typescript": "^4.9.5",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
}
}