This package provides deployer tasks for npm and a basic command to run npm command line.
Easiest way is via composer. Just run composer require codenamephp/deployer.npm
in your cli which should install the latest version for you.
Just use the tasks in your deployer file or create your own using the command factory or by extending the \de\codenamephp\deployer\npm\task\AbstractNpmTask
class.