From c079bf1c2358452eb8b01b3e648e06989d470f87 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Sun, 22 Dec 2024 09:48:05 +0000 Subject: [PATCH] chore(package): add funding, author, and contribs (#50) Signed-off-by: Frazer Smith --- package.json | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 5751290..ecc5d17 100644 --- a/package.json +++ b/package.json @@ -16,12 +16,41 @@ "type": "git", "url": "git+https://github.com/fastify/deepmerge.git" }, - "author": "", + "author": "Aras Abbasi ", + "contributors": [ + { + "name": "Matteo Collina", + "email": "hello@matteocollina.com" + }, + { + "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", "bugs": { "url": "https://github.com/fastify/deepmerge/issues" }, "homepage": "https://github.com/fastify/deepmerge#readme", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fastify" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fastify" + } + ], "devDependencies": { "eslint": "^9.17.0", "neostandard": "^0.12.0",