Skip to content

Commit

Permalink
chore(package): add contribs and funding
Browse files Browse the repository at this point in the history
Signed-off-by: Frazer Smith <frazer.dev@icloud.com>
  • Loading branch information
Fdawgs authored Dec 22, 2024
1 parent 685d70d commit d9ab4ff
Showing 1 changed file with 28 additions and 3 deletions.
31 changes: 28 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,25 @@
"description": "Parse HTTP X-Forwarded-For header",
"version": "3.0.0",
"type": "commonjs",
"author": "Douglas Christopher Wilson <doug@somethingdoug.com>",
"contributors": [
"Matteo Collina <hello@matteocollina.com>",
"Douglas Christopher Wilson <doug@somethingdoug.com>",
"Aras Abbasi <aras.abbasi@gmail.com"
{
"name": "Matteo Collina",
"email": "hello@matteocollina.com"
},
{
"name": "James Sumners",
"url": "https://james.sumners.info"
},
{
"name": "Aras Abbasi",
"email": "aras.abbasi@gmail.com"
},
{
"name": "Frazer Smith",
"email": "frazer.dev@icloud.com",
"url": "https://github.com/fdawgs"
}
],
"license": "MIT",
"keywords": [
Expand All @@ -22,6 +37,16 @@
"url": "https://github.com/fastify/forwarded/issues"
},
"homepage": "https://github.com/fastify/forwarded#readme",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/fastify"
},
{
"type": "opencollective",
"url": "https://opencollective.com/fastify"
}
],
"devDependencies": {
"@types/node": "^22.0.0",
"benchmark": "2.1.4",
Expand Down

0 comments on commit d9ab4ff

Please sign in to comment.