From 818057f4857a465a7c0b0ff31696f9534b117af2 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Sat, 28 Dec 2024 19:19:29 +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 c1fa381..84172c2 100644 --- a/package.json +++ b/package.json @@ -28,11 +28,40 @@ "caching" ], "author": "James Sumners ", + "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", "bugs": { "url": "https://github.com/fastify/fastify-caching/issues" }, "homepage": "https://github.com/fastify/fastify-caching#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",