express-openapi-validator
express-openapi-validator copied to clipboard
Running in Bazel
Describe the bug Bazel complains that express is not installed. This is because express should be in "dependencies" rather than "devDependencies" in the package.json.
To fix this, "express" needs to be in "dependencies"
Thanks. This should be peerDependencies
Yep, that would make more sense