From 03d0e970f31ddea6d055f45109109bc396a4d713 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Sun, 1 Dec 2024 18:55:42 +0000 Subject: [PATCH] chore(package): add funding and contribs (#177) Signed-off-by: Frazer Smith --- package.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/package.json b/package.json index 347c88c..a1b77af 100644 --- a/package.json +++ b/package.json @@ -30,11 +30,28 @@ "url": "git+https://github.com/fastify/fastify-accepts.git" }, "author": "allevo", + "contributors": [ + { + "name": "Frazer Smith", + "email": "frazer.dev@icloud.com", + "url": "https://github.com/fdawgs" + } + ], "license": "MIT", "bugs": { "url": "https://github.com/fastify/fastify-accepts/issues" }, "homepage": "https://github.com/fastify/fastify-accepts#readme", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fastify" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fastify" + } + ], "publishConfig": { "access": "public" },