From d81d6e09973263cf978ba81b8bf794026f01395b Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Sun, 29 Dec 2024 19:51:41 +0000 Subject: [PATCH] chore(package): add funding and contribs Signed-off-by: Frazer Smith --- package.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/package.json b/package.json index b369141..b286e8f 100644 --- a/package.json +++ b/package.json @@ -26,11 +26,40 @@ "fastify" ], "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", "bugs": { "url": "https://github.com/fastify/fastify-jwt/issues" }, "homepage": "https://github.com/fastify/fastify-jwt#readme", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fastify" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fastify" + } + ], "dependencies": { "@fastify/error": "^4.0.0", "@lukeed/ms": "^2.0.2",