vtils

Home > types > PackageJson > PackageJsonStandard > bin

PackageJson.PackageJsonStandard.bin property

The executable files that should be installed into the PATH.

Signature:

bin?:
		| string
		| Record<string, string>;