vtils

Home > types > PackageJson > PackageJsonStandard > scripts

PackageJson.PackageJsonStandard.scripts property

Script commands that are run at various times in the lifecycle of the package. The key is the lifecycle event, and the value is the command to run at that point.

Signature:

scripts?: Scripts;