You need to set the exports in your package.json.
exports
package.json
This would look like this:
exports: { "./random": "./dist/random/index.js" }
For more information, see here: https://stackoverflow.com/a/74551879/27893855