{ "name": "aldap", "version": "0.1.0", "description": "Authentication LDAP server", "main": "index.js", "repository": "git@gitlab.com:ArisuOngaku/aldap.git", "author": "Alice Gaudon ", "license": "MIT", "private": true, "devDependencies": { "@types/node": "^13.13.2", "jest": "^25.4.0", "ts-jest": "^25.4.0", "typescript": "^3.8.3", "wms-core": "^0.2.0" }, "dependencies": { "config": "^3.3.1" } }