{
  "$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
  "version": "2.0",
  "bundles": {
    "happy-birthday-web-part": {
      "components": [
        {
          "entrypoint": "./lib/webparts/Birthdays/BirthdaysWebPart.js",
          "manifest": "./src/webparts/Birthdays/BirthdaysWebPart.manifest.json"
        }
      ]
    }
  },
  "externals": {},
  "localizedResources": {
    "ControlStrings": "lib/controls/HappyBirthdayCard/loc/{locale}.js",
    "BirthdaysWebPartStrings": "lib/webparts/Birthdays/loc/{locale}.js",
    "PropertyControlStrings": "node_modules/@pnp/spfx-property-controls/lib/loc/{locale}.js"
  }
}