Skip to content

Commit 5b86008

Browse files
authored
chore(package): add funding and contribs (#189)
1 parent b5336bd commit 5b86008

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
"sql"
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": "Aras Abbasi",
43+
"email": "[email protected]"
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-postgres/issues"
3554
},
3655
"homepage": "https://github.com/fastify/fastify-postgres#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
"dependencies": {
3867
"fastify-plugin": "^5.0.0"
3968
},

0 commit comments

Comments
 (0)