const bcrypt = require('./node_modules/.pnpm/bcryptjs@3.0.3/node_modules/bcryptjs/index.js'); bcrypt.hash('Admin1234!', 10).then(h => console.log(h));