Just a minor issue. The project is missing file "LICENSE.txt" which is referenced by the license property of the package.json descriptor file. Please also note, the format used for "license" has been deprecated. The license property should be assigned a string value instead, e.g. "license": "MIT" See also https://docs.npmjs.com/files/package.json#license. I think the LICENSE should still be included with the project and packaged by including in via "files" or by default (if no "files" property is used).
Just a minor issue. The project is missing file "LICENSE.txt" which is referenced by the license property of the package.json descriptor file. Please also note, the format used for "license" has been deprecated. The license property should be assigned a string value instead, e.g.
"license": "MIT"See also https://docs.npmjs.com/files/package.json#license. I think the LICENSE should still be included with the project and packaged by including in via "files" or by default (if no "files" property is used).