From 6ecb3b48a915ee8294ec5c5f5a77bc361a8b55d8 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Sun, 22 Dec 2024 12:12:47 +0000 Subject: [PATCH] chore(package): add contribs and funding (#109) --- package.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/package.json b/package.json index 38b9459..e18a563 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,26 @@ "types": "types/index.d.ts", "license": "BSD-3-Clause", "author": "Vincent Le Goff (https://github.com/zekth)", + "contributors": [ + { + "name": "Matteo Collina", + "email": "hello@matteocollina.com" + }, + { + "name": "Gürgün Dayıoğlu", + "email": "hey@gurgun.day", + "url": "https://heyhey.to/G" + }, + { + "name": "Aras Abbasi", + "email": "aras.abbasi@gmail.com" + }, + { + "name": "Frazer Smith", + "email": "frazer.dev@icloud.com", + "url": "https://github.com/fdawgs" + } + ], "repository": { "type": "git", "url": "git+https://github.com/fastify/fast-uri.git" @@ -15,6 +35,16 @@ "url": "https://github.com/fastify/fast-uri/issues" }, "homepage": "https://github.com/fastify/fast-uri", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fastify" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fastify" + } + ], "scripts": { "bench": "node benchmark.js", "lint": "eslint",