From a7c7366d237789f9f0ef09d09594daf761dd0acf Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Sun, 22 Dec 2024 20:52:37 +0000 Subject: [PATCH] chore(package): add funding (#262) Signed-off-by: Frazer Smith --- package.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/package.json b/package.json index 4818645..289822f 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,16 @@ "Matteo Collina " ], "homepage": "https://github.com/fastify/fluent-json-schema#readme", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fastify" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fastify" + } + ], "bugs": { "url": "https://github.com/fastify/fluent-json-schema/issues" },