Hi,
We develop our application without internet access. We have a Maven Repo and NPM repo internally. However every time we want to upgrade Vaadin Flow to newest version we miss a lot of NPM packages. We need to sync this packages over via an api we have which takes the name of the artifact and the version. We have a script for this which takes in package.json. However Since Vaadin v24.0.0 node_modules/, package.json, and more is deleted after build. I need to get hold of package.json but have not found out how after testing out different flags and properties. Anyone who are able to tell me how?