Skip to content

Commit ed5aafe

Browse files
authored
chore(package): add contribs and funding (#124)
Signed-off-by: Frazer Smith <frazer.dev@icloud.com>
1 parent f902be0 commit ed5aafe

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

package.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,26 @@
1818
"type": "git",
1919
"url": "git+https://github.com/fastify/secure-json-parse.git"
2020
},
21+
"author": "Eran Hammer <eran@sideway.com>",
22+
"contributors": [
23+
{
24+
"name": "Matteo Collina",
25+
"email": "hello@matteocollina.com"
26+
},
27+
{
28+
"name": "Tomas Della Vedova",
29+
"url": "http://delved.org"
30+
},
31+
{
32+
"name": "Aras Abbasi",
33+
"email": "aras.abbasi@gmail.com"
34+
},
35+
{
36+
"name": "Frazer Smith",
37+
"email": "frazer.dev@icloud.com",
38+
"url": "https://github.com/fdawgs"
39+
}
40+
],
2141
"keywords": [
2242
"JSON",
2343
"parse",
@@ -31,6 +51,16 @@
3151
"url": "https://github.com/fastify/secure-json-parse/issues"
3252
},
3353
"homepage": "https://github.com/fastify/secure-json-parse#readme",
54+
"funding": [
55+
{
56+
"type": "github",
57+
"url": "https://github.com/sponsors/fastify"
58+
},
59+
{
60+
"type": "opencollective",
61+
"url": "https://opencollective.com/fastify"
62+
}
63+
],
3464
"devDependencies": {
3565
"@fastify/pre-commit": "^2.1.0",
3666
"airtap": "^5.0.0",

0 commit comments

Comments
 (0)