1. Cleaning Up a Messy package.json
Frontend DeveloperBackground
A developer inherited a legacy project with unsorted dependencies, wildcard versions, and duplicate packages across dependencies and devDependencies.
Problem
The project has build warnings due to duplicate lodash declarations and unpinned versions.
How to use
Paste the package.json into the input field, set strictness to Standard, and click audit.
{
"strictness": "standard",
"showTable": true
}Outcome
The tool generates a report flagging the duplicate lodash entry, the wildcard range for axios, and the missing engines field, allowing the developer to quickly clean up the manifest.