{ "name": "craftlab-auth", "version": "1.0.0", "description": "", "license": "ISC", "author": "isundil", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "build": "tsc", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "npx tsc" }, "devDependencies": { "crypto": "^1.0.1", "npx": "^10.2.2", "ts-node": "^10.9.2", "typescript": "^5.9.3" }, "dependencies": { "base32-decode": "^1.0.0", "ldapts": "^8.0.9" } }