node-ldapauth-fork
node-ldapauth-fork copied to clipboard
move @types/ldapjs from dependencies to devDependencies
I am optimizing my docker image's size and I found some @types dependencies is in node_modules and I already use install --prod

I found it was imported by ldapauth-fork

why a types dependencies is not in devDependencies? Is it necessary?