How can i get list of JS libraries used in a react app from build pack?
As far as I know, we can import JS libraries that are referenced in a package.json. Does a build pack contain a file like a package.json? If not how can i get imported libraries from a build pack?