Hi.
How would you turn that into an npm package?
Should validate.js be bundled with this package or be installed in the main application (like StimulusJS library).
I would say that it should be listed as a dependency of the npm package as this would make it automatically install for the user. It would be a bit strange to also make them install `validate.js` in addition to the stimulus library.
Thanks. However, it raises an error because validate.js is missing
```
Error: Could not load validate.js (imported by /stimulus-validate/src/index.js): ENOENT: no such file or directory, open 'validate.js'
```
Any idea?