From e89ed680d4dcac44f77d115b6effe3f46135623b Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Sun, 22 Dec 2024 20:33:03 +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 43d83c7..73499a6 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,19 @@ { "name": "Tomas Della Vedova", "url": "http://delved.org" + }, + { + "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", @@ -35,6 +48,16 @@ "url": "https://github.com/fastify/middie/issues" }, "homepage": "https://github.com/fastify/middie#readme", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fastify" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fastify" + } + ], "devDependencies": { "@fastify/pre-commit": "^2.1.0", "@types/connect": "^3.4.38",