package.json Generator
Generate a package.json file with dependencies, scripts, and metadata.
Basic Information
Keywords
Scripts
Add Dependencies
package.json
{
"name": "my-project",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint ."
}
}Quick Start
Select popular packages from categorized lists, customize scripts, and generate a complete package.json.
Modern Defaults
Pre-configured with latest stable versions and common npm scripts for modern web development.
Privacy
All processing happens in your browser. No data is sent to any server.