diff --git a/package.json b/package.json index c5daed3..8faab04 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,16 @@ "type": "github", "url": "https://github.com/nknapp/query-bin" }, + "funding": [ + { + "type": "individual", + "url": "https://www.paypal.com/donate/?hosted_button_id=GB656ZSAEQEXN" + }, + { + "type": "liberapay", + "url": "https://de.liberapay.com/nils.knappmeier/" + } + ], "scripts": { "test": "vitest run && tsc", "format": "prettier -w .", diff --git a/scripts/build-readme.js b/scripts/build-readme.js index 871115e..1088a38 100644 --- a/scripts/build-readme.js +++ b/scripts/build-readme.js @@ -60,5 +60,12 @@ Don't afraid to use this project even if the last commit is a long time ago. I t If you like to help me maintain and update dependencies, please contact me. At the moment, I tend not to be very active though. +## Funding :coffee: + +You can support me at + +* [Liberapay](https://de.liberapay.com/nils.knappmeier/) +* [Paypal](https://www.paypal.com/donate/?hosted_button_id=GB656ZSAEQEXN) + `; });