Home > types > PackageJson > PackageJsonStandard > funding
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;
            		};