npm
Installation
SKILL.md
NPM Skill
Use the npm tool to manage Node.js packages and run npm workflows.
Common workflows
Install dependencies
npm tool: action=install
npm tool: action=install, args="express @types/express --save-dev"
Run scripts
npm tool: action=run, args="dev"
npm tool: action=test
npm tool: action=build