-
Task
-
Resolution: Unresolved
-
L3 - Default
-
None
-
None
-
None
In order to correctly generate the List of Third Party Licenses in the documentation, we need to have an accurate list of production and development dependencies in the package.json.
Right now there are some dev-dependencies listed as production dependencies.
We need two automated tests:
- Every dependency listed in the dependencies object in the package.json is used in production code
- Every dependency used in production code is listed in the dependencies object in the package.json