Skip to content

Commit fa3abda

Browse files
authored
chore(package): add funding and contribs (#281)
Signed-off-by: Frazer Smith <[email protected]>
1 parent 6646f22 commit fa3abda

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
@@ -18,6 +18,26 @@
1818
"url": "git+https://github.com/fastify/fastify-oauth2.git"
1919
},
2020
"author": "Tommaso Allevi - @allevo",
21+
"contributors": [
22+
{
23+
"name": "Matteo Collina",
24+
"email": "[email protected]"
25+
},
26+
{
27+
"name": "Manuel Spigolon",
28+
"email": "[email protected]"
29+
},
30+
{
31+
"name": "KaKa Ng",
32+
"email": "[email protected]",
33+
"url": "https://github.com/climba03003"
34+
},
35+
{
36+
"name": "Frazer Smith",
37+
"email": "[email protected]",
38+
"url": "https://github.com/fdawgs"
39+
}
40+
],
2141
"license": "MIT",
2242
"bugs": {
2343
"url": "https://github.com/fastify/fastify-oauth2/issues"
@@ -27,6 +47,16 @@
2747
"oauth2"
2848
],
2949
"homepage": "https://github.com/fastify/fastify-oauth2#readme",
50+
"funding": [
51+
{
52+
"type": "github",
53+
"url": "https://github.com/sponsors/fastify"
54+
},
55+
{
56+
"type": "opencollective",
57+
"url": "https://opencollective.com/fastify"
58+
}
59+
],
3060
"devDependencies": {
3161
"@fastify/pre-commit": "^2.1.0",
3262
"@types/node": "^22.0.0",

0 commit comments

Comments
 (0)