Skip to content

Commit 8bf27ce

Browse files
authored
chore(package): add contribs and funding (#66)
Signed-off-by: Frazer Smith <frazer.dev@icloud.com>
1 parent aac8605 commit 8bf27ce

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

package.json

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,25 @@
1919
"boilererplate"
2020
],
2121
"author": "David Mark Clements (@davidmarkclem)",
22+
"contributors": [
23+
{
24+
"name": "Matteo Collina",
25+
"email": "hello@matteocollina.com"
26+
},
27+
{
28+
"name": "Manuel Spigolon",
29+
"email": "behemoth89@gmail.com"
30+
},
31+
{
32+
"name": "Aras Abbasi",
33+
"email": "aras.abbasi@gmail.com"
34+
},
35+
{
36+
"name": "Frazer Smith",
37+
"email": "frazer.dev@icloud.com",
38+
"url": "https://github.com/fdawgs"
39+
}
40+
],
2241
"license": "MIT",
2342
"dependencies": {
2443
"c8": "^10.1.2",
@@ -35,5 +54,15 @@
3554
"bugs": {
3655
"url": "https://github.com/fastify/create-fastify/issues"
3756
},
38-
"homepage": "https://github.com/fastify/create-fastify#readme"
57+
"homepage": "https://github.com/fastify/create-fastify#readme",
58+
"funding": [
59+
{
60+
"type": "github",
61+
"url": "https://github.com/sponsors/fastify"
62+
},
63+
{
64+
"type": "opencollective",
65+
"url": "https://opencollective.com/fastify"
66+
}
67+
]
3968
}

0 commit comments

Comments
 (0)