From 96b0dd66609b2a1905229d30a0962e233706f68f Mon Sep 17 00:00:00 2001 From: Stephan Schreiber Date: Tue, 7 May 2024 15:54:04 +0200 Subject: [PATCH] Add funding entry to package.json --- package.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/package.json b/package.json index 6c7da8e..e218251 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,16 @@ "type": "git", "url": "https://github.com/Septh/rollup-plugin-node-externals" }, + "funding": [ + { + "type": "patreon", + "url": "https://patreon.com/Septh" + }, + { + "type": "paypal", + "url": "https://paypal.me/septh07" + } + ], "license": "MIT", "engines": { "node": ">= 21 || ^20.6.0 || ^18.19.0"