From ece59c7e89ca8be21ba00afd626f4865e1ad15aa Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Sun, 29 Dec 2024 19:10:41 +0000 Subject: [PATCH] chore(package): add funding and contribs (#254) Signed-off-by: Frazer Smith --- package.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/package.json b/package.json index da71c7d..55c118f 100644 --- a/package.json +++ b/package.json @@ -26,11 +26,40 @@ "sodium" ], "author": "Matteo Collina ", + "contributors": [ + { + "name": "Tomas Della Vedova", + "url": "http://delved.org" + }, + { + "name": "James Sumners", + "url": "https://james.sumners.info" + }, + { + "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-secure-session/issues" }, "homepage": "https://github.com/fastify/fastify-secure-session#readme", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fastify" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fastify" + } + ], "devDependencies": { "@fastify/pre-commit": "^2.0.2", "@sinonjs/fake-timers": "^14.0.0",