diff --git a/package.json b/package.json index e6edeb81..9024492b 100644 --- a/package.json +++ b/package.json @@ -23,11 +23,40 @@ "static" ], "author": "Tommaso Allevi - @allevo", + "contributors": [ + { + "name": "Matteo Collina", + "email": "hello@matteocollina.com" + }, + { + "name": "Manuel Spigolon", + "email": "behemoth89@gmail.com" + }, + { + "name": "Aras Abbasi", + "email": "aras.abbasi@gmail.com" + }, + { + "name": "Frazer Smith", + "email": "frazer.dev@icloud.com", + "url": "https://github.com/fdawgs" + } + ], "license": "MIT", "bugs": { "url": "https://github.com/fastify/fastify-static/issues" }, "homepage": "https://github.com/fastify/fastify-static", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fastify" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fastify" + } + ], "dependencies": { "@fastify/accept-negotiator": "^2.0.0", "@fastify/send": "^3.2.0",