add_script
Use this tool to add custom npm scripts to your package.json file, specifying the script name, command, and project directory path for streamlined Node.js development workflows.
Instructions
Add a new npm script to package.json
Input Schema
Name | Required | Description | Default |
---|---|---|---|
command | Yes | Script command | |
name | Yes | Script name | |
path | Yes | Project directory path |