From 9dbdeee6e96e8cd39d3db0b5b22c1b4d53d2f13c Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Sun, 22 Dec 2024 19:42:42 +0000 Subject: [PATCH] chore(package): add contribs and funding Signed-off-by: Frazer Smith --- package.json | 29 ++++++++++++++++++++++++++--- 1 file changed, 26 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 2c8d93e..c6c3235 100644 --- a/package.json +++ b/package.json @@ -31,14 +31,37 @@ "test", "development" ], + "author": "Arnout Kazemier ", "contributors": [ { - "name": "Arnout Kazemier", - "email": "opensource@observe.it", - "originalAuthor": true + "name": "Matteo Collina", + "email": "hello@matteocollina.com" + }, + { + "name": "Aras Abbasi", + "email": "aras.abbasi@gmail.com" + }, + { + "name": "James Sumners", + "url": "https://james.sumners.info" + }, + { + "name": "Frazer Smith", + "email": "frazer.dev@icloud.com", + "url": "https://github.com/fdawgs" } ], "homepage": "https://github.com/fastify/pre-commit", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fastify" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fastify" + } + ], "license": "MIT", "dependencies": { "cross-spawn": "^7.0.3",