{"library":"techhead-hogan","install":[{"cmd":"npm install techhead-hogan","imports":["import hogan from 'techhead-hogan'","const { compile } = await import('techhead-hogan');\nconst t = compile('{{name}}', { delimiters: '{{ }}' });","const t = (await import('techhead-hogan')).default.compile('{{name}}');\nconst output = t.render({ name: 'World' });"]},{"cmd":"yarn add techhead-hogan","imports":[]},{"cmd":"pnpm add techhead-hogan","imports":[]}]}