From 1d6fe357bfad08aa182df49d360b82c94f7c41f1 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Tue, 3 Dec 2024 10:11:37 +0000 Subject: [PATCH] chore(package): add funding and contribs (#199) * chore(package): add funding and contribs Signed-off-by: Frazer Smith * Update package.json Signed-off-by: Frazer Smith --------- Signed-off-by: Frazer Smith --- package.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/package.json b/package.json index 1f15a0a..6a2e896 100644 --- a/package.json +++ b/package.json @@ -43,11 +43,41 @@ "fastify" ], "author": "RafaelGSS", + "contributors": [ + { + "name": "Matteo Collina", + "email": "hello@matteocollina.com" + }, + { + "name": "James Sumners", + "url": "https://james.sumners.info" + }, + { + "name": "Frazer Smith", + "email": "frazer.dev@icloud.com", + "url": "https://github.com/fdawgs" + }, + { + "name": "Gürgün Dayıoğlu", + "email": "hey@gurgun.day", + "url": "https://heyhey.to/G" + } + ], "license": "MIT", "bugs": { "url": "https://github.com/fastify/fastify-type-provider-typebox/issues" }, "homepage": "https://github.com/fastify/fastify-type-provider-typebox#readme", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fastify" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fastify" + } + ], "devDependencies": { "@arethetypeswrong/cli": "^0.17.0", "@fastify/pre-commit": "^2.1.0",