Skip to content

Commit c318c86

Browse files
authored
chore(package): add funding and contribs (#357)
Signed-off-by: Frazer Smith <frazer.dev@icloud.com>
1 parent 6e55f99 commit c318c86

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
@@ -26,11 +26,40 @@
2626
"fastify"
2727
],
2828
"author": "Tomas Della Vedova - @delvedor (http://delved.org)",
29+
"contributors": [
30+
{
31+
"name": "Matteo Collina",
32+
"email": "hello@matteocollina.com"
33+
},
34+
{
35+
"name": "Manuel Spigolon",
36+
"email": "behemoth89@gmail.com"
37+
},
38+
{
39+
"name": "Aras Abbasi",
40+
"email": "aras.abbasi@gmail.com"
41+
},
42+
{
43+
"name": "Frazer Smith",
44+
"email": "frazer.dev@icloud.com",
45+
"url": "https://github.com/fdawgs"
46+
}
47+
],
2948
"license": "MIT",
3049
"bugs": {
3150
"url": "https://github.com/fastify/fastify-jwt/issues"
3251
},
3352
"homepage": "https://github.com/fastify/fastify-jwt#readme",
53+
"funding": [
54+
{
55+
"type": "github",
56+
"url": "https://github.com/sponsors/fastify"
57+
},
58+
{
59+
"type": "opencollective",
60+
"url": "https://opencollective.com/fastify"
61+
}
62+
],
3463
"dependencies": {
3564
"@fastify/error": "^4.0.0",
3665
"@lukeed/ms": "^2.0.2",

0 commit comments

Comments
 (0)