From e8abe68d0c45102736c69b22e21832f69809adec Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Fri, 29 Nov 2024 08:46:52 +0000 Subject: [PATCH] chore(package): add funding and contribs Signed-off-by: Frazer Smith --- package.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/package.json b/package.json index 7a91fbe..8aeadc2 100644 --- a/package.json +++ b/package.json @@ -31,11 +31,28 @@ "clickjack" ], "author": "Matteo Collina ", + "contributors": [ + { + "name": "Frazer Smith", + "email": "frazer.dev@icloud.com", + "url": "https://github.com/fdawgs" + } + ], "license": "MIT", "bugs": { "url": "https://github.com/fastify/fastify-helmet/issues" }, "homepage": "https://github.com/fastify/fastify-helmet#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",