Skip to content

Commit d87a0bc

Browse files
authored
chore(package): add funding and contribs (#201)
Signed-off-by: Frazer Smith <[email protected]>
1 parent 5cd7de5 commit d87a0bc

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
@@ -25,11 +25,40 @@
2525
"authentication"
2626
],
2727
"author": "James Sumners <[email protected]>",
28+
"contributors": [
29+
{
30+
"name": "Matteo Collina",
31+
"email": "[email protected]"
32+
},
33+
{
34+
"name": "Manuel Spigolon",
35+
"email": "[email protected]"
36+
},
37+
{
38+
"name": "Aras Abbasi",
39+
"email": "[email protected]"
40+
},
41+
{
42+
"name": "Frazer Smith",
43+
"email": "[email protected]",
44+
"url": "https://github.com/fdawgs"
45+
}
46+
],
2847
"license": "MIT",
2948
"bugs": {
3049
"url": "https://github.com/fastify/fastify-bearer-auth/issues"
3150
},
3251
"homepage": "https://github.com/fastify/fastify-bearer-auth#readme",
52+
"funding": [
53+
{
54+
"type": "github",
55+
"url": "https://github.com/sponsors/fastify"
56+
},
57+
{
58+
"type": "opencollective",
59+
"url": "https://opencollective.com/fastify"
60+
}
61+
],
3362
"devDependencies": {
3463
"@fastify/auth": "^5.0.0",
3564
"@fastify/pre-commit": "^2.1.0",

0 commit comments

Comments
 (0)