From 6d99d2551fcf23b49814b118adb46665bfbfedc9 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Sun, 29 Dec 2024 20:05:50 +0000 Subject: [PATCH] chore(package): add funding and contribs (#248) Signed-off-by: Frazer Smith --- package.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/package.json b/package.json index 493a448..4941aaa 100644 --- a/package.json +++ b/package.json @@ -26,11 +26,41 @@ "connection" ], "author": "Tomas Della Vedova - @delvedor (https://delvedor.dev)", + "contributors": [ + { + "name": "Matteo Collina", + "email": "hello@matteocollina.com" + }, + { + "name": "Manuel Spigolon", + "email": "behemoth89@gmail.com" + }, + { + "name": "KaKa Ng", + "email": "kaka@kakang.dev", + "url": "https://github.com/climba03003" + }, + { + "name": "Frazer Smith", + "email": "frazer.dev@icloud.com", + "url": "https://github.com/fdawgs" + } + ], "license": "MIT", "bugs": { "url": "https://github.com/fastify/fastify-mongodb/issues" }, "homepage": "https://github.com/fastify/fastify-mongodb#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",