{
  "legacyTag": "oj-avatar",
  "corePackTag": "oj-c-avatar",
  "migrateImports": {
    "from": "ojs/ojavatar",
    "to": "oj-c/avatar"
  },
  "migrateAttributes": [
    {
      "fromAttribute": "role",
      "fromValue": "",
      "toAttribute": "",
      "toValue": ""
    },
    {
      "fromAttribute": "size",
      "fromValue": "xxs",
      "toAttribute": "size",
      "toValue": "2xs"
    },
    {
      "fromAttribute": "size",
      "fromValue": "xxl",
      "toAttribute": "size",
      "toValue": "2xl"
    }
  ]
}
