Node.js Tools

package.json Builder

Visual package.json editor with script presets for Node.js, React, TypeScript, and Vite.

Details
Scripts
Keywords
package.json
{
  "name": "my-project",
  "version": "1.0.0",
  "main": "index.js",
  "scripts": {
    "start": "node index.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "license": "MIT"
}