Node.js Tools
Visual package.json editor with script presets for Node.js, React, TypeScript, and Vite.
{
"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"
}