From 0f751d4fd08fc4bafbe86294a24711b413ef83b8 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Sun, 29 Dec 2024 08:42:48 +0000 Subject: [PATCH] chore(package): add contribs and funding Signed-off-by: Frazer Smith --- package.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/package.json b/package.json index edfdb6a..dff6deb 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,19 @@ { "name": "Salman Mitha", "email": "SalmanMitha@gmail.com" + }, + { + "name": "Matteo Collina", + "email": "hello@matteocollina.com" + }, + { + "name": "Manuel Spigolon", + "email": "behemoth89@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-cookie/issues" }, "homepage": "https://github.com/fastify/fastify-cookie#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",