{
  "meta": {
    "description": "Common and experimental components that are not yet part of the GOV.UK Design System",
    "urls": {
      "documentation": "https://github.com/x-govuk/govuk-prototype-components#readme",
      "releaseNotes": "https://github.com/x-govuk/govuk-prototype-components/releases/tag/v{{version}}",
      "versionHistory": "https://github.com/x-govuk/govuk-prototype-components/releases"
    }
  },
  "nunjucksPaths": ["/src/x-govuk/components/"],
  "nunjucksMacros": [
    {
      "importFrom": "autocomplete/macro.njk",
      "macroName": "xGovukAutocomplete"
    },
    {
      "importFrom": "masthead/macro.njk",
      "macroName": "xGovukMasthead"
    },
    {
      "importFrom": "related-navigation/macro.njk",
      "macroName": "xGovukRelatedNavigation"
    },
    {
      "importFrom": "secondary-navigation/macro.njk",
      "macroName": "xGovukSecondaryNavigation"
    },
    {
      "importFrom": "sub-navigation/macro.njk",
      "macroName": "xGovukSubNavigation"
    }
  ],
  "sass": ["/dist/govuk-prototype-components.scss"],
  "scripts": [
    {
      "path": "/dist/govuk-prototype-components.min.js",
      "type": "module"
    },
    {
      "path": "/src/govuk-prototype-kit/init.js",
      "type": "module"
    }
  ],
  "templates": [
    {
      "name": "Autocomplete question page",
      "path": "/src/govuk-prototype-kit/templates/autocomplete.html",
      "type": "nunjucks"
    },
    {
      "name": "Masthead page",
      "path": "/src/govuk-prototype-kit/templates/masthead.html",
      "type": "nunjucks"
    },
    {
      "name": "Related navigation page",
      "path": "/src/govuk-prototype-kit/templates/related-navigation.html",
      "type": "nunjucks"
    },
    {
      "name": "Secondary navigation page",
      "path": "/src/govuk-prototype-kit/templates/secondary-navigation.html",
      "type": "nunjucks"
    },
    {
      "name": "Sub navigation page",
      "path": "/src/govuk-prototype-kit/templates/sub-navigation.html",
      "type": "nunjucks"
    }
  ]
}
