Skip to content

Commit c82bd1b

Browse files
authored
chore(package): add funding and contribs (#315)
Signed-off-by: Frazer Smith <[email protected]>
1 parent 7006c28 commit c82bd1b

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

package.json

+29
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,40 @@
2020
"websocket"
2121
],
2222
"author": "Matteo Collina <[email protected]>",
23+
"contributors": [
24+
{
25+
"name": "Harry Brundage",
26+
"email": "[email protected]"
27+
},
28+
{
29+
"name": "Manuel Spigolon",
30+
"email": "[email protected]"
31+
},
32+
{
33+
"name": "Aras Abbasi",
34+
"email": "[email protected]"
35+
},
36+
{
37+
"name": "Frazer Smith",
38+
"email": "[email protected]",
39+
"url": "https://github.com/fdawgs"
40+
}
41+
],
2342
"license": "MIT",
2443
"bugs": {
2544
"url": "https://github.com/fastify/fastify-websocket/issues"
2645
},
2746
"homepage": "https://github.com/fastify/fastify-websocket#readme",
47+
"funding": [
48+
{
49+
"type": "github",
50+
"url": "https://github.com/sponsors/fastify"
51+
},
52+
{
53+
"type": "opencollective",
54+
"url": "https://opencollective.com/fastify"
55+
}
56+
],
2857
"devDependencies": {
2958
"@fastify/pre-commit": "^2.1.0",
3059
"@fastify/type-provider-typebox": "^5.0.0",

0 commit comments

Comments
 (0)