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).
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?