### Describe the feature Use case: extensible javascript project that has plugins. Example (npm): ```js const installedPackages = require("package.json").dependencies; console.log(installedPackages); ``` ### Additional information - [ ] Would you be willing to help implement this feature?
Describe the feature
Use case: extensible javascript project that has plugins.
Example (npm):
Additional information