Skip to content

Commit 058517e

Browse files
authored
chore(package): add funding and contribs (#211)
Signed-off-by: Frazer Smith <[email protected]>
1 parent bddd3d9 commit 058517e

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
@@ -29,11 +29,40 @@
2929
"ioredis"
3030
],
3131
"author": "Tomas Della Vedova - @delvedor (http://delved.org)",
32+
"contributors": [
33+
{
34+
"name": "Matteo Collina",
35+
"email": "[email protected]"
36+
},
37+
{
38+
"name": "Manuel Spigolon",
39+
"email": "[email protected]"
40+
},
41+
{
42+
"name": "James Sumners",
43+
"url": "https://james.sumners.info"
44+
},
45+
{
46+
"name": "Frazer Smith",
47+
"email": "[email protected]",
48+
"url": "https://github.com/fdawgs"
49+
}
50+
],
3251
"license": "MIT",
3352
"bugs": {
3453
"url": "https://github.com/fastify/fastify-redis/issues"
3554
},
3655
"homepage": "https://github.com/fastify/fastify-redis#readme",
56+
"funding": [
57+
{
58+
"type": "github",
59+
"url": "https://github.com/sponsors/fastify"
60+
},
61+
{
62+
"type": "opencollective",
63+
"url": "https://opencollective.com/fastify"
64+
}
65+
],
3766
"devDependencies": {
3867
"@fastify/pre-commit": "^2.1.0",
3968
"@types/node": "^22.0.0",

0 commit comments

Comments
 (0)