const COLORS = ['red', 'blue', 'green', 'yellow']; const MOVE_TIME = 15000; module.exports = { COLORS, MOVE_TIME };