From 4298878646fc1a4f3cf6490ee12580d0fd88be44 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Sun, 29 Dec 2024 19:49:36 +0000 Subject: [PATCH] chore(package): add funding and contribs Signed-off-by: Frazer Smith --- package.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/package.json b/package.json index 1ea822b..019afad 100644 --- a/package.json +++ b/package.json @@ -22,11 +22,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-http-proxy/issues" }, "homepage": "https://github.com/fastify/fastify-http-proxy#readme", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fastify" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fastify" + } + ], "devDependencies": { "@fastify/pre-commit": "^2.1.0", "@fastify/websocket": "^11.0.1",