Skip to content

Commit 8fa4146

Browse files
authored
chore(package): add funding and contribs (#561)
1 parent 3024d16 commit 8fa4146

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
@@ -49,12 +49,42 @@
4949
"url": "https://github.com/fastify/fastify-multipart/issues"
5050
},
5151
"homepage": "https://github.com/fastify/fastify-multipart#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+
],
5262
"keywords": [
5363
"fastify",
5464
"multipart",
5565
"form"
5666
],
5767
"author": "Matteo Collina <hello@matteocollina.com>",
68+
"contributors": [
69+
{
70+
"name": "Gürgün Dayıoğlu",
71+
"email": "hey@gurgun.day",
72+
"url": "https://heyhey.to/G"
73+
},
74+
{
75+
"name": "Manuel Spigolon",
76+
"email": "behemoth89@gmail.com"
77+
},
78+
{
79+
"name": "Aras Abbasi",
80+
"email": "aras.abbasi@gmail.com"
81+
},
82+
{
83+
"name": "Frazer Smith",
84+
"email": "frazer.dev@icloud.com",
85+
"url": "https://github.com/fdawgs"
86+
}
87+
],
5888
"license": "MIT",
5989
"tsd": {
6090
"directory": "test"

0 commit comments

Comments
 (0)