const settingsCache = require('../settings/cache'); const {i18n} = require('../../lib/common'); const ghostVersion = require('../../lib/ghost-version'); const Notifications = require('./notifications'); module.exports.notifications = new Notifications({settingsCache, i18n, ghostVersion});