From a85f97b41bad07395535006a3cadc2314c0b6857 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Sun, 22 Dec 2024 12:08:03 +0000 Subject: [PATCH] chore(package): add contribs and funding (#41) Signed-off-by: Frazer Smith --- package.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/package.json b/package.json index 4f9a66f..8155eda 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,26 @@ "rfc7231" ], "author": "Aras Abbasi ", + "contributors": [ + { + "name": "Gürgün Dayıoğlu", + "email": "hey@gurgun.day", + "url": "https://heyhey.to/G" + }, + { + "name": "Manuel Spigolon", + "email": "behemoth89@gmail.com" + }, + { + "name": "James Sumners", + "url": "https://james.sumners.info" + }, + { + "name": "Frazer Smith", + "email": "frazer.dev@icloud.com", + "url": "https://github.com/fdawgs" + } + ], "license": "MIT", "repository": { "type": "git", @@ -27,6 +47,16 @@ "url": "https://github.com/fastify/fast-content-type-parse/issues" }, "homepage": "https://github.com/fastify/fast-content-type-parse#readme", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fastify" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fastify" + } + ], "devDependencies": { "@fastify/pre-commit": "^2.1.0", "benchmark": "^2.1.4",