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 <[email protected]>
  • Loading branch information
Fdawgs authored Dec 22, 2024
1 parent 2855ce0 commit 37515f4
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 @@ -17,6 +17,26 @@
"fastify"
],
"author": "Denis Fäcke",
"contributors": [
{
"name": "Matteo Collina",
"email": "[email protected]"
},
{
"name": "Aras Abbasi",
"email": "[email protected]"
},
{
"name": "Vincent Le Goff",
"email": "[email protected]",
"url": "https://github.com/zekth"
},
{
"name": "Frazer Smith",
"email": "[email protected]",
"url": "https://github.com/fdawgs"
}
],
"license": "MIT",
"dependencies": {
"fastify-plugin": "^5.0.1",
Expand All @@ -30,6 +50,16 @@
"url": "https://github.com/fastify/session/issues"
},
"homepage": "https://github.com/fastify/session#readme",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/fastify"
},
{
"type": "opencollective",
"url": "https://opencollective.com/fastify"
}
],
"devDependencies": {
"@fastify/cookie": "^11.0.0",
"@fastify/pre-commit": "^2.1.0",
Expand Down

0 comments on commit 37515f4

Please sign in to comment.