Is jsonc-parser a Ionic Angular runtime or dev dependency

Dear All,

We love ionic and use it in many apps. From a company perspective we execute Open Source Software Clearing to identify all OSS components and software we ship to our customers. We mainly consider runtime dependencies and not compile time packages. With automated tool support we rely on the correct package.json setup. dependencies → runtime, devDependencies → compile time

jsonc-parser seems only be used in the schematics (Search · jsonc-parser · GitHub), but is declared in the dependencies.

Is this correct and is jsonc-parser used at runtime in the app or should it be moved to the devDependencies?

Many thanks
Timo