Skip to content

Commit

Permalink
chore(package): add funding and contribs (#159)
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 29, 2024
1 parent 1b003e6 commit 4a5659b
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,40 @@
"websocket"
],
"author": "Tomas Della Vedova",
"contributors": [
{
"name": "James Sumners",
"url": "https://james.sumners.info"
},
{
"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-hotwire/issues"
},
"homepage": "https://github.com/fastify/fastify-hotwire#readme",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/fastify"
},
{
"type": "opencollective",
"url": "https://opencollective.com/fastify"
}
],
"dependencies": {
"fastify-plugin": "^5.0.0",
"piscina": "^4.0.0"
Expand Down

0 comments on commit 4a5659b

Please sign in to comment.