Skip to content

Commit afa9984

Browse files
authored
chore(package): add funding and contribs (#397)
Signed-off-by: Frazer Smith <[email protected]>
1 parent 071d8a9 commit afa9984

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

package.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,40 @@
2222
"proxy"
2323
],
2424
"author": "Matteo Collina <[email protected]>",
25+
"contributors": [
26+
{
27+
"name": "James Sumners",
28+
"url": "https://james.sumners.info"
29+
},
30+
{
31+
"name": "Manuel Spigolon",
32+
"email": "[email protected]"
33+
},
34+
{
35+
"name": "Aras Abbasi",
36+
"email": "[email protected]"
37+
},
38+
{
39+
"name": "Frazer Smith",
40+
"email": "[email protected]",
41+
"url": "https://github.com/fdawgs"
42+
}
43+
],
2544
"license": "MIT",
2645
"bugs": {
2746
"url": "https://github.com/fastify/fastify-http-proxy/issues"
2847
},
2948
"homepage": "https://github.com/fastify/fastify-http-proxy#readme",
49+
"funding": [
50+
{
51+
"type": "github",
52+
"url": "https://github.com/sponsors/fastify"
53+
},
54+
{
55+
"type": "opencollective",
56+
"url": "https://opencollective.com/fastify"
57+
}
58+
],
3059
"devDependencies": {
3160
"@fastify/pre-commit": "^2.1.0",
3261
"@fastify/websocket": "^11.0.1",

0 commit comments

Comments
 (0)