From e54c4a7533c4a4201fb0bd6656194796214c668c Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Sun, 29 Dec 2024 19:33:21 +0000 Subject: [PATCH] chore(package): add funding and contribs (#394) Signed-off-by: Frazer Smith --- package.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/package.json b/package.json index 4dd3e674..7388b611 100644 --- a/package.json +++ b/package.json @@ -23,11 +23,40 @@ "proxy" ], "author": "Matteo Collina ", + "contributors": [ + { + "name": "James Sumners", + "url": "https://james.sumners.info" + }, + { + "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", "bugs": { "url": "https://github.com/fastify/fastify-reply-from/issues" }, "homepage": "https://github.com/fastify/fastify-reply-from#readme", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fastify" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fastify" + } + ], "devDependencies": { "@fastify/formbody": "^8.0.0", "@fastify/multipart": "^9.0.0",