module.exports = { site: 'example.com', url() { return `https://example.com` }, parser() { return [] } }