← All code files

package.json

A minimal Node.js package manifest with common scripts.

{
  "name": "my-app",
  "version": "1.0.0",
  "type": "module",
  "scripts": {
    "dev": "node --watch src/index.js",
    "start": "node src/index.js",
    "test": "node --test",
    "lint": "eslint ."
  },
  "engines": { "node": ">=20" }
}

About this tool

A minimal Node.js package manifest with common scripts.

Ready-to-use package.json — view the content, copy it, or download it with the correct filename. Free and 100% in your browser.