Skip to content

Commit 409cdb8

Browse files
authored
chore(package): add contribs and funding (#160)
1 parent cd1b4d7 commit 409cdb8

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
@@ -28,11 +28,40 @@
2828
"caching"
2929
],
3030
"author": "James Sumners <[email protected]>",
31+
"contributors": [
32+
{
33+
"name": "Matteo Collina",
34+
"email": "[email protected]"
35+
},
36+
{
37+
"name": "Manuel Spigolon",
38+
"email": "[email protected]"
39+
},
40+
{
41+
"name": "Aras Abbasi",
42+
"email": "[email protected]"
43+
},
44+
{
45+
"name": "Frazer Smith",
46+
"email": "[email protected]",
47+
"url": "https://github.com/fdawgs"
48+
}
49+
],
3150
"license": "MIT",
3251
"bugs": {
3352
"url": "https://github.com/fastify/fastify-caching/issues"
3453
},
3554
"homepage": "https://github.com/fastify/fastify-caching#readme",
55+
"funding": [
56+
{
57+
"type": "github",
58+
"url": "https://github.com/sponsors/fastify"
59+
},
60+
{
61+
"type": "opencollective",
62+
"url": "https://opencollective.com/fastify"
63+
}
64+
],
3665
"devDependencies": {
3766
"@fastify/pre-commit": "^2.1.0",
3867
"@types/node": "^22.0.0",

0 commit comments

Comments
 (0)