Skip to content

Commit 021b111

Browse files
authored
chore(package): add contribs and funding (#147)
Signed-off-by: Frazer Smith <frazer.dev@icloud.com>
1 parent bd53657 commit 021b111

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

package.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,36 @@
99
"github action"
1010
],
1111
"license": "MIT",
12+
"author": "Frazer Smith <frazer.dev@icloud.com>",
13+
"contributors": [
14+
{
15+
"name": "Matteo Collina",
16+
"email": "hello@matteocollina.com"
17+
},
18+
{
19+
"name": "Manuel Spigolon",
20+
"email": "behemoth89@gmail.com"
21+
},
22+
{
23+
"name": "Aras Abbasi",
24+
"email": "aras.abbasi@gmail.com"
25+
},
26+
{
27+
"name": "Gürgün Dayıoğlu",
28+
"email": "hey@gurgun.day",
29+
"url": "https://heyhey.to/G"
30+
}
31+
],
32+
"funding": [
33+
{
34+
"type": "github",
35+
"url": "https://github.com/sponsors/fastify"
36+
},
37+
{
38+
"type": "opencollective",
39+
"url": "https://opencollective.com/fastify"
40+
}
41+
],
1242
"dependencies": {},
1343
"devDependencies": {}
1444
}

0 commit comments

Comments
 (0)