Perhaps I'm misunderstanding something, but it seems to me that these are already in the devDependencies, and it doesn't seem to me like they ought to be in the ordinary dependencies.
(This can matter to upstream packages, since it means that upstream packages will have to take the time to install these dependencies even if they use a different build toolchain that doesn't need them.)
Perhaps I'm misunderstanding something, but it seems to me that these are already in the
devDependencies
, and it doesn't seem to me like they ought to be in the ordinary dependencies.(This can matter to upstream packages, since it means that upstream packages will have to take the time to install these dependencies even if they use a different build toolchain that doesn't need them.)