Skip to content

Commit 9d81783

Browse files
authored
chore(package): add contribs and funding (#59)
Signed-off-by: Frazer Smith <[email protected]>
1 parent 25fb0c4 commit 9d81783

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

package.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,40 @@
1818
},
1919
"keywords": [],
2020
"author": "Manuel Spigolon <[email protected]> (https://github.com/Eomm)",
21+
"contributors": [
22+
{
23+
"name": "Matteo Collina",
24+
"email": "[email protected]"
25+
},
26+
{
27+
"name": "Aras Abbasi",
28+
"email": "[email protected]"
29+
},
30+
{
31+
"name": "James Sumners",
32+
"url": "https://james.sumners.info"
33+
},
34+
{
35+
"name": "Frazer Smith",
36+
"email": "[email protected]",
37+
"url": "https://github.com/fdawgs"
38+
}
39+
],
2140
"license": "MIT",
2241
"bugs": {
2342
"url": "https://github.com/fastify/fast-json-stringify-compiler/issues"
2443
},
2544
"homepage": "https://github.com/fastify/fast-json-stringify-compiler#readme",
45+
"funding": [
46+
{
47+
"type": "github",
48+
"url": "https://github.com/sponsors/fastify"
49+
},
50+
{
51+
"type": "opencollective",
52+
"url": "https://opencollective.com/fastify"
53+
}
54+
],
2655
"devDependencies": {
2756
"@fastify/pre-commit": "^2.1.0",
2857
"eslint": "^9.17.0",

0 commit comments

Comments
 (0)