{
  "meta": {
    "description": "HMRC Frontend contains the code and documentation for patterns specifically designed for HMRC.",
    "urls": {
      "documentation": "https://design.tax.service.gov.uk/hmrc-design-patterns/",
      "releaseNotes": "https://github.com/hmrc/hmrc-frontend/releases/tag/v{{version}}",
      "versionHistory": "https://github.com/hmrc/hmrc-frontend/releases"
    }
  },
  "pluginDependencies": [
    {
      "packageName": "govuk-frontend",
      "minVersion": "6.4.0"
    }
  ],
  "assets": [
    "/hmrc/components/banner/images",
    "/hmrc/components/internal-header/images"
  ],
  "sass": [
    "/hmrc/_prototype-kit.scss"
  ],
  "scripts": [
    "/hmrc/all.js",
    "/hmrc/init-all.js",
    "/hmrc/accessible-autocomplete-7.32.0.js"
  ],
  "stylesheets": [
    "/hmrc/accessible-autocomplete-7.32.0.css"
  ],
  "nunjucksPaths": [
    "/"
  ],
  "nunjucksMacros": [
    {
      "macroName": "hmrcAddToAList",
      "importFrom": "hmrc/components/add-to-a-list/macro.njk"
    },
    {
      "macroName": "hmrcBanner",
      "importFrom": "hmrc/components/banner/macro.njk"
    },
    {
      "macroName": "hmrcCaseworkerBanner",
      "importFrom": "hmrc/components/caseworker-banner/macro.njk"
    },
    {
      "macroName": "hmrcCharacterCount",
      "importFrom": "hmrc/components/character-count/macro.njk"
    },
    {
      "macroName": "hmrcFooter",
      "importFrom": "hmrc/components/footer/macro.njk"
    },
    {
      "macroName": "hmrcHeader",
      "importFrom": "hmrc/components/header/macro.njk"
    },
    {
      "macroName": "hmrcInternalHeader",
      "importFrom": "hmrc/components/internal-header/macro.njk"
    },
    {
      "macroName": "hmrcListWithActions",
      "importFrom": "hmrc/components/list-with-actions/macro.njk"
    },
    {
      "macroName": "hmrcNewTabLink",
      "importFrom": "hmrc/components/new-tab-link/macro.njk"
    },
    {
      "macroName": "hmrcNotificationBadge",
      "importFrom": "hmrc/components/notification-badge/macro.njk"
    },
    {
      "macroName": "hmrcPageHeading",
      "importFrom": "hmrc/components/page-heading/macro.njk"
    },
    {
      "macroName": "hmrcReportTechnicalIssue",
      "importFrom": "hmrc/components/report-technical-issue/macro.njk"
    },
    {
      "macroName": "hmrcServiceNavigationLanguageSelect",
      "importFrom": "hmrc/components/service-navigation-language-select/macro.njk"
    },
    {
      "macroName": "hmrcTimeline",
      "importFrom": "hmrc/components/timeline/macro.njk"
    },
    {
      "macroName": "hmrcTimeoutDialog",
      "importFrom": "hmrc/components/timeout-dialog/macro.njk"
    },
    {
      "macroName": "hmrcUserResearchBanner",
      "importFrom": "hmrc/components/user-research-banner/macro.njk"
    }
  ]
}