79128484

Date: 2024-10-26 12:09:17
Score: 3
Natty:
Report link

You need to set the exports in your package.json.

This would look like this:

package.json

exports: {
    "./random": "./dist/random/index.js"
}

For more information, see here: https://stackoverflow.com/a/74551879/27893855

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Tim Hansen