--- import authorData from '../data/authors.json'; export let authorId: string; const author = authorData[authorId]; ---

by {author.name}{' '}@{author.twitter}