interesting. So dev dependencies are only linting and other similar things?
The definition of npm is this:
"devDependencies": Packages that are only needed for local development and testing.
(https://docs.npmjs.com/specifying-dependencies-and-devdependencies-in-a-package-json-file)
Which interestingly could mean either of both definitions could be ment 😅