Skip to content

@saflib/dev-tools


Interface: PackageJson

Interface of package.json fields which are used in this package.

See NPM docs for more information.

Properties

bin?

optional bin: Record<string, string>


dependencies?

optional dependencies: Record<string, string>


description?

optional description: string


exports?

optional exports: Record<string, string>


name

name: string


scripts?

optional scripts: Record<string, string>


workspaces?

optional workspaces: string[]