How might I find all addons that depend on my addon, even in devDependencies?
Might be a cool feature to add to the UI at some point. My use case right now is to find all addons using Addon Docs.
The "Dependents" tab over on npm is close, but I think it only looks at dependencies and not devDependencies (which makes sense).