Files
workavia-drive/tdrive/backend/utils/ldap-sync/package.json
T
Anton Shepilov b149882c34 🌟 Synchronization of the user with LDAP (#185)
* 🌟Synchronization of the user with LDAP
2023-09-06 18:47:54 +02:00

27 lines
581 B
JSON

{
"name": "ldap_project",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "npm run build:clean && npm run build:ts",
"build:ts": "tsc",
"build:clean": "rimraf ./dist",
"sync": "node dist/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.4.0",
"dotenv": "^16.0.3",
"ldapjs": "^3.0.2"
},
"devDependencies": {
"@types/ldapjs": "^2.2.5",
"typescript": "^5.0.4",
"rimraf": "^3.0.2"
}
}