Skip to content

Commit

Permalink
chore(package): add contribs and funding (#41)
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 8b32627 commit a85f97b
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,26 @@
"rfc7231"
],
"author": "Aras Abbasi <aras.abbasi@gmail.com>",
"contributors": [
{
"name": "Gürgün Dayıoğlu",
"email": "hey@gurgun.day",
"url": "https://heyhey.to/G"
},
{
"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",
"repository": {
"type": "git",
Expand All @@ -27,6 +47,16 @@
"url": "https://github.com/fastify/fast-content-type-parse/issues"
},
"homepage": "https://github.com/fastify/fast-content-type-parse#readme",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/fastify"
},
{
"type": "opencollective",
"url": "https://opencollective.com/fastify"
}
],
"devDependencies": {
"@fastify/pre-commit": "^2.1.0",
"benchmark": "^2.1.4",
Expand Down

0 comments on commit a85f97b

Please sign in to comment.