ken_nogi/NodeJS/LDAP/package.json
Kenichiro NOGI 51a95c5e21 NodeJS
2025-07-10 10:12:37 +09:00

19 lines
361 B
JSON

{
"name": "ldap",
"version": "1.0.0",
"main": "ldapUpdate.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"csv-parser": "^3.2.0",
"iconv-lite": "^0.6.3",
"json2csv": "^6.0.0-alpha.2",
"ldapjs": "^3.0.7"
}
}