Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Install and configure the package into any of your projects
Use Node V16
Attempt to run unit tests
Observe a warning
(node:40888) [DEP0128] DeprecationWarning: Invalid 'main' field in 'C:\Source\myProject\node_modules\karma-jasmine-given\package.json' of 'lib/index.js'. Please either fix that or report it to the module author
Expected behavior
The warning should not be shown
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior:
Expected behavior The warning should not be shown
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context Here's the reason: https://nodejs.org/api/deprecations.html#DEP0128