Project Package Scripts
project.scriptsRetrieves the scripts section from a Node project's package.json, listing available commands for running and building the project.
Instructions
Return scripts from package.json for a Node project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| packageJson | Yes | ||
| scripts | Yes |