vtils

Home > types > PackageJson > PackageJsonStandard > funding

PackageJson.PackageJsonStandard.funding property

Describes and notifies consumers of a package’s monetary support information.

[Read more.](https://github.com/npm/rfcs/blob/latest/accepted/0017-add-funding-support.md)

Signature:

funding?: string | {
			type?: LiteralUnion<
			| 'github'
			| 'opencollective'
			| 'patreon'
			| 'individual'
			| 'foundation'
			| 'corporation',
			string
			>;

			url: string;
		};