package.json Script Explainer
Paste package.json and get a plain-English explanation of what each script actually runs - useful the first day in an unfamiliar repo.
Paste your package.json (or just the "scripts" object)
dev → next dev
Runs the Next.js dev command.
build → next build
Runs the Next.js build command.
typecheck → tsc --noEmit
Type-checks the project without emitting output files - a pure correctness check. Compiles TypeScript to JavaScript.
lint → eslint .
Lints the codebase with ESLint.
test → jest --coverage
Runs the test suite. Runs with code coverage collection enabled.
format → prettier --write .
Formats files in place with Prettier.
ci → npm run lint && npm run typecheck && npm run test
Runs multiple commands in sequence, stopping if any one fails.
Was this tool helpful?
See this same kind of analysis applied to your whole repository
Call graphs, dead code, blast radius, and a health score. Results in 60 seconds, free.
Related tools
Cron ↔ Natural Language Converter
Cron syntax to plain English, and back.
API Rate-Limit Budget Calculator
Rate limit and usage pattern to time-until-exhausted.
Curl-to-Code Converter
Paste a curl command, get Python, JS, Go, or Rust.
DB Connection String Builder/Parser
Postgres, MySQL, MongoDB - parse or build connection strings.
.env File Diff/Validator
Compare two .env files by key name only - values never processed.
Runs entirely in your browser. Nothing is stored. Free forever.
