Skip to content

Commit 568543a

Browse files
authored
chore(package): add contribs and funding (#450)
1 parent cadc82f commit 568543a

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
@@ -35,11 +35,40 @@
3535
"eta"
3636
],
3737
"author": "Tomas Della Vedova - @delvedor (http://delved.org)",
38+
"contributors": [
39+
{
40+
"name": "Matteo Collina",
41+
"email": "hello@matteocollina.com"
42+
},
43+
{
44+
"name": "Manuel Spigolon",
45+
"email": "behemoth89@gmail.com"
46+
},
47+
{
48+
"name": "Aras Abbasi",
49+
"email": "aras.abbasi@gmail.com"
50+
},
51+
{
52+
"name": "Frazer Smith",
53+
"email": "frazer.dev@icloud.com",
54+
"url": "https://github.com/fdawgs"
55+
}
56+
],
3857
"license": "MIT",
3958
"bugs": {
4059
"url": "https://github.com/fastify/point-of-view/issues"
4160
},
4261
"homepage": "https://github.com/fastify/point-of-view#readme",
62+
"funding": [
63+
{
64+
"type": "github",
65+
"url": "https://github.com/sponsors/fastify"
66+
},
67+
{
68+
"type": "opencollective",
69+
"url": "https://opencollective.com/fastify"
70+
}
71+
],
4372
"dependencies": {
4473
"fastify-plugin": "^5.0.0",
4574
"toad-cache": "^3.7.0"

0 commit comments

Comments
 (0)