Skip to main content

Package.json Gen

v1.0.0

Scaffold package.json with scripts, dependencies, and metadata

Scaffolds a package.json file interactively — fill in metadata, scripts, entry points, and dependencies, then copy the generated JSON.

How to use
  • Start by entering a package name and version, then fill in scripts and dependencies as needed.
  • Use the Add button under Dependencies or Dev Dependencies to add packages with version ranges.
  • Toggle between ESM (module) and CommonJS depending on your project's import style.
dev
build
test
lint
start
{
  "version": "1.0.0",
  "type": "module",
  "license": "MIT"
}