Skip to content
BEAD

package.json Validator

Validate npm package.json — name, SemVer, scripts, dependencies, license, engines. Preview scripts.

Errors
0
Warnings
0
Status
Valid
Scripts
npm run devnext dev
npm run buildnext build
npm run testvitest

What we check

  • name — present, valid npm-package-name rules
  • version — SemVer 2.0.0
  • main / module / exports — string or object shape
  • scripts — string values
  • dependencies / devDependencies / peerDependencies — valid SemVer ranges, tag, or URL
  • license — SPDX identifier (warning only if unrecognized)
  • engines — SemVer ranges

Script preview

See every scripts entry at a glance with a one-click copy to paste into your terminal.

You might also like

Used in these workflows