Skip to content

Commit 69419af

Browse files
authored
chore(package): add contribs and funding (#754)
Signed-off-by: Frazer Smith <frazer.dev@icloud.com>
1 parent 19e6a6b commit 69419af

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
@@ -31,11 +31,40 @@
3131
"fast"
3232
],
3333
"author": "Matteo Collina <hello@matteocollina.com>",
34+
"contributors": [
35+
{
36+
"name": "Tomas Della Vedova",
37+
"url": "http://delved.org"
38+
},
39+
{
40+
"name": "Aras Abbasi",
41+
"email": "aras.abbasi@gmail.com"
42+
},
43+
{
44+
"name": "Manuel Spigolon",
45+
"email": "behemoth89@gmail.com"
46+
},
47+
{
48+
"name": "Frazer Smith",
49+
"email": "frazer.dev@icloud.com",
50+
"url": "https://github.com/fdawgs"
51+
}
52+
],
3453
"license": "MIT",
3554
"bugs": {
3655
"url": "https://github.com/fastify/fast-json-stringify/issues"
3756
},
3857
"homepage": "https://github.com/fastify/fast-json-stringify#readme",
58+
"funding": [
59+
{
60+
"type": "github",
61+
"url": "https://github.com/sponsors/fastify"
62+
},
63+
{
64+
"type": "opencollective",
65+
"url": "https://opencollective.com/fastify"
66+
}
67+
],
3968
"devDependencies": {
4069
"@fastify/pre-commit": "^2.1.0",
4170
"@sinclair/typebox": "^0.34.3",

0 commit comments

Comments
 (0)