Optionalinstall?: stringOptionalpostinstall?: stringRun after the package is installed and after install.
Optionalpostpack?: stringRun after the tarball has been generated and moved to its final destination.
Optionalpostpublish?: stringRun after the package is published.
Optionalpostrestart?: stringRun with the npm restart command, after restart. Note: npm restart will run the stop and start scripts if no restart script is provided.
Optionalpoststart?: stringRun with the npm start command, after start.
Optionalpoststop?: stringRun with the npm stop command, after stop.
Optionalposttest?: stringRun with the npm test command, after test.
Optionalpostuninstall?: stringRun after the package is uninstalled.
Optionalpostversion?: stringRun after bump the package version.
Optionalpreinstall?: stringRun before the package is installed.
Optionalprepack?: stringRun before a tarball is packed (on npm pack, npm publish, and when installing git dependencies).
Optionalprepare?: stringRun both before the package is packed and published, and on local npm install without any arguments. This is run after prepublish, but before prepublishOnly.
Optionalprepublish?: stringRun before the package is published (Also run on local npm install without any arguments).
OptionalprepublishOnly?: stringRun before the package is prepared and packed, only on npm publish.
Optionalprerestart?: stringRun with the npm restart command, before restart. Note: npm restart will run the stop and start scripts if no restart script is provided.
Optionalprestart?: stringRun with the npm start command, before start.
Optionalprestop?: stringRun with the npm stop command, before stop.
Optionalpretest?: stringRun with the npm test command, before test.
Optionalpreuninstall?: stringRun before the package is uninstalled and before uninstall.
Optionalpreversion?: stringRun before bump the package version and before version.
Optionalpublish?: stringRun after the package is published.
Optionalrestart?: stringRun with the npm restart command. Note: npm restart will run the stop and start scripts if no restart script is provided.
Optionalstart?: stringRun with the npm start command.
Optionalstop?: stringRun with the npm stop command.
Optionaltest?: stringRun with the npm test command.
Optionaluninstall?: stringRun before the package is uninstalled.
Optionalversion?: stringRun before bump the package version.
Run after the package is installed.