Skip to content

Commit 26d82fe

Browse files
authored
chore(package): add funding and contribs (#403)
Signed-off-by: Frazer Smith <[email protected]>
1 parent d7d5a00 commit 26d82fe

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

package.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,41 @@
2323
"limit"
2424
],
2525
"author": "Tomas Della Vedova - @delvedor (http://delved.org)",
26+
"contributors": [
27+
{
28+
"name": "Matteo Collina",
29+
"email": "[email protected]"
30+
},
31+
{
32+
"name": "Manuel Spigolon",
33+
"email": "[email protected]"
34+
},
35+
{
36+
"name": "Gürgün Dayıoğlu",
37+
"email": "[email protected]",
38+
"url": "https://heyhey.to/G"
39+
},
40+
{
41+
"name": "Frazer Smith",
42+
"email": "[email protected]",
43+
"url": "https://github.com/fdawgs"
44+
}
45+
],
2646
"license": "MIT",
2747
"bugs": {
2848
"url": "https://github.com/fastify/fastify-rate-limit/issues"
2949
},
3050
"homepage": "https://github.com/fastify/fastify-rate-limit#readme",
51+
"funding": [
52+
{
53+
"type": "github",
54+
"url": "https://github.com/sponsors/fastify"
55+
},
56+
{
57+
"type": "opencollective",
58+
"url": "https://opencollective.com/fastify"
59+
}
60+
],
3161
"devDependencies": {
3262
"@fastify/pre-commit": "^2.1.0",
3363
"@sinonjs/fake-timers": "^14.0.0",

0 commit comments

Comments
 (0)