npm-stop
runs the stop script defined in package
TLDR
Stop application
$ npm stop
SYNOPSIS
npm stop [args...]
DESCRIPTION
npm stop runs the stop script defined in package.json. Executes prestop and poststop lifecycle scripts. Used to stop running server processes.
SEE ALSO
npm(1), npm-start(1), npm-restart(1)
