I am building a plugin that identifies whether a component is linked to a design system library. If the component is linked to a library, I want to identify the name of the library it is coming from.
For example, if I use a component from the iOS design system library in my design file, I want to detect that it's linked and show that the component is from the “iOS” design system.
How do I get the library name from the node?