Check a package manifest for npm fields, types, and publish-time mistakes.
The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.
Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.
The JSON is parsed and checked for name, version, scripts, dependency maps, entry fields, and common metadata types. Findings identify risks without publishing or installing anything.
{"name":"my-app","version":"1.0.0","scripts":{"dev":"next dev"}}
# package.json Validation Name: my-app Version: 1.0.0 Errors: 0 | Warnings: 4 ## Warnings - Missing 'description' field - Missing 'license' field - Missing 'repository' field - Missing 'keywords' field ## Info - Scripts: dev package.json is valid!
Publish CI, editor checks, and monorepo audits validate package manifests.