Add basic package.json for dev dependencies
What does this Merge Request do and why?
This MR introduces a package.json
to manage GDK's Node.js based dev dependencies. We were previously running yarn add/npm install
with a specific version which made it really hard to update and caused some CI discrepancies recently the output of make markdownlint
locally vs. the output of markdownlint
in the docs-lint
CI job.
Merge Request checklist
-
This change is backward compatible. If not, please include steps to communicate to our users. -
Tests added for new functionality. If not, please raise Issue to follow-up. -
Documentation added/updated, if needed. -
gdk doctor
test added, if needed. -
Add the ~highlight
label if this MR should be included in theCHANGELOG.md
.