I am currently working on an angular library that is ready for publication. The issue I'm facing is that it relies on a json file imported from a private npm directory, which requires VPN access. To avoid this dependency and eliminate the need for access to the private VPN when using the published package, I am looking to configure my build process to embed the imported data. Is there a solution or workaround available for achieving this?