-
Notifications
You must be signed in to change notification settings - Fork 148
Clean up the package.json file #252
Copy link
Copy link
Labels
InfrastructureIssues for the overall performance plugin infrastructureIssues for the overall performance plugin infrastructure[Type] EnhancementA suggestion for improvement of an existing featureA suggestion for improvement of an existing feature
Metadata
Metadata
Assignees
Labels
InfrastructureIssues for the overall performance plugin infrastructureIssues for the overall performance plugin infrastructure[Type] EnhancementA suggestion for improvement of an existing featureA suggestion for improvement of an existing feature
Type
Fields
Give feedbackNo fields configured for issues without a type.
Feature Description
Currently, the
package.jsonfile contains information that is usually required for publishing npm packages on npmjs.org which is not the case for our plugin. The only needed information in the package.json file isdevDependenciesandscripts, everything else is redundant and can be removed to avoid a need to maintain that information in the future. Let's get rid of anything that is not needed for the plugin development and keep ourpackage.jsonfile in a good fit 😄