From 69419afa1eb93ca50b4804e05eb319fba3375b20 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Sun, 22 Dec 2024 12:05:48 +0000 Subject: [PATCH] chore(package): add contribs and funding (#754) Signed-off-by: Frazer Smith --- package.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/package.json b/package.json index c682fb34..f7a33bac 100644 --- a/package.json +++ b/package.json @@ -31,11 +31,40 @@ "fast" ], "author": "Matteo Collina ", + "contributors": [ + { + "name": "Tomas Della Vedova", + "url": "http://delved.org" + }, + { + "name": "Aras Abbasi", + "email": "aras.abbasi@gmail.com" + }, + { + "name": "Manuel Spigolon", + "email": "behemoth89@gmail.com" + }, + { + "name": "Frazer Smith", + "email": "frazer.dev@icloud.com", + "url": "https://github.com/fdawgs" + } + ], "license": "MIT", "bugs": { "url": "https://github.com/fastify/fast-json-stringify/issues" }, "homepage": "https://github.com/fastify/fast-json-stringify#readme", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fastify" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fastify" + } + ], "devDependencies": { "@fastify/pre-commit": "^2.1.0", "@sinclair/typebox": "^0.34.3",