In the package.json the license is spelled "BSD 3-Clause".
However, according to the npm Docs on licenses, one should should "add a current SPDX license identifier for the license [one is] using". The list of SPDX licenses shows the correct spelling as "BSD-3-Clause", i.e. with a - instead of " ". This difference causes our automatic license checker to fail.
Would you consider changing the spelling of the license to match the SPDX standard?
Thanks in advance!