From f40cea5caa470a58b7d508efc4c7a2545198114d Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Sun, 22 Dec 2024 18:05:17 +0000 Subject: [PATCH] chore(package): add contribs and funding (#286) Signed-off-by: Frazer Smith --- package.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/package.json b/package.json index fcdd260..26e3c35 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,26 @@ "fastify" ], "author": "Denis Fäcke", + "contributors": [ + { + "name": "Matteo Collina", + "email": "hello@matteocollina.com" + }, + { + "name": "Aras Abbasi", + "email": "aras.abbasi@gmail.com" + }, + { + "name": "Vincent Le Goff", + "email": "vince.legoff@gmail.com", + "url": "https://github.com/zekth" + }, + { + "name": "Frazer Smith", + "email": "frazer.dev@icloud.com", + "url": "https://github.com/fdawgs" + } + ], "license": "MIT", "dependencies": { "fastify-plugin": "^5.0.1", @@ -30,6 +50,16 @@ "url": "https://github.com/fastify/session/issues" }, "homepage": "https://github.com/fastify/session#readme", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fastify" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fastify" + } + ], "devDependencies": { "@fastify/cookie": "^11.0.0", "@fastify/pre-commit": "^2.1.0",