module.exports = {
    helpers: {
        random: () => Math.floor(3000 + (5000 - 3000) * Math.random()),
    },
};