From 3d8f314e0d19447accf32518828656996fc86568 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Mon, 23 Dec 2024 11:27:42 +0000 Subject: [PATCH] chore(package): add contribs and funding Signed-off-by: Frazer Smith --- package.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/package.json b/package.json index 053e292..743f749 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,16 @@ "url": "https://github.com/fastify/under-pressure/issues" }, "homepage": "https://github.com/fastify/under-pressure#readme", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fastify" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fastify" + } + ], "keywords": [ "fastify", "service unavailable", @@ -28,6 +38,25 @@ "retry" ], "author": "Tomas Della Vedova - @delvedor (http://delved.org)", + "contributors": [ + { + "name": "Matteo Collina", + "email": "hello@matteocollina.com" + }, + { + "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", "dependencies": { "@fastify/error": "^4.0.0",