Join Nostr
2024-11-10 14:44:09 UTC
in reply to

Bodo Tasche on Nostr: interesting. So dev dependencies are only linting and other similar things? The ...

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 😅