{
  "description": "publish npm package",
  "dryrun": "If true, will not commit changes to repo or push any tags",
  "sign": "If true, then the package will be signed and the signature will be uploaded to S3",
  "npmTag": "tag to use when publishing to npm",
  "npmAccess": "access level to use when publishing to npm",
  "install": "run yarn install and build on repository",
  "githubtag": "given a github tag, release the version specified in the package.json as is. Useful when you've already done a release and only need npm publish features",
  "prerelease": "determine the next version as <version>-<prerelease>.0 if version is not manually set",
  "verify": "verify npm registry has new version after publish and digital signature",
  "InvalidNextVersion": "%s already exists in the public npm registry",
  "MissingDependencies": "Missing requred environment variables or utilites"
}
