Skip to content

Commit

Permalink
chore(package): add contribs and funding (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs authored Dec 22, 2024
1 parent 3da720a commit 6ecb3b4
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,26 @@
"types": "types/index.d.ts",
"license": "BSD-3-Clause",
"author": "Vincent Le Goff <[email protected]> (https://github.com/zekth)",
"contributors": [
{
"name": "Matteo Collina",
"email": "[email protected]"
},
{
"name": "Gürgün Dayıoğlu",
"email": "[email protected]",
"url": "https://heyhey.to/G"
},
{
"name": "Aras Abbasi",
"email": "[email protected]"
},
{
"name": "Frazer Smith",
"email": "[email protected]",
"url": "https://github.com/fdawgs"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/fastify/fast-uri.git"
Expand All @@ -15,6 +35,16 @@
"url": "https://github.com/fastify/fast-uri/issues"
},
"homepage": "https://github.com/fastify/fast-uri",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/fastify"
},
{
"type": "opencollective",
"url": "https://opencollective.com/fastify"
}
],
"scripts": {
"bench": "node benchmark.js",
"lint": "eslint",
Expand Down

0 comments on commit 6ecb3b4

Please sign in to comment.