Laura Weber

Results 12 comments of Laura Weber

GitHub interprets dependencies based on requirement/manifest files. https://docs.github.com/en/github/visualizing-repository-data-with-graphs/about-the-dependency-graph#supported-package-ecosystems Maybe there's some kind of file that is independent of any package manager that would still allow us to note such dependencies?

Technically, we could make a `package.json` file as used for `npm` to include this info. There would be no purpose to running any npm commands, but it would at least...