From 8605075d11101a222c73ab389330c61af3dda983 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Sun, 22 Dec 2024 13:06:07 +0000 Subject: [PATCH] chore(package): add funding (#276) --- package.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/package.json b/package.json index 4989cfe..4392c7a 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,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", @@ -38,6 +51,16 @@ "url": "https://github.com/fastify/avvio/issues" }, "homepage": "https://github.com/fastify/avvio#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/node": "^22.0.0",