From 12203a242cc4227ec9f3660c1befbbf475dd4e93 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Mon, 23 Dec 2024 10:35:35 +0000 Subject: [PATCH] chore(package): add funding Signed-off-by: Frazer Smith --- package.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/package.json b/package.json index 66fe903e..6bbc542a 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,19 @@ { "name": "Matteo Collina", "email": "hello@matteocollina.com" + }, + { + "name": "Manuel Spigolon", + "email": "behemoth89@gmail.com" + }, + { + "name": "Aras Abbasi", + "email": "aras.abbasi@gmail.com" + }, + { + "name": "Frazer Smith", + "email": "frazer.dev@icloud.com", + "url": "https://github.com/fdawgs" } ], "license": "MIT", @@ -38,6 +51,16 @@ "url": "https://github.com/fastify/fastify-swagger/issues" }, "homepage": "https://github.com/fastify/fastify-swagger#readme", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fastify" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fastify" + } + ], "devDependencies": { "@apidevtools/swagger-parser": "^10.1.0", "@fastify/cookie": "^11.0.1",