Skip to content

Commit

Permalink
chore(package): add funding and contribs (#199)
Browse files Browse the repository at this point in the history
* chore(package): add funding and contribs

Signed-off-by: Frazer Smith <frazer.dev@icloud.com>

* Update package.json

Signed-off-by: Frazer Smith <frazer.dev@icloud.com>

---------

Signed-off-by: Frazer Smith <frazer.dev@icloud.com>
  • Loading branch information
Fdawgs authored Dec 3, 2024
1 parent 86b2c52 commit 1d6fe35
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 @@ -43,11 +43,41 @@
"fastify"
],
"author": "RafaelGSS",
"contributors": [
{
"name": "Matteo Collina",
"email": "hello@matteocollina.com"
},
{
"name": "James Sumners",
"url": "https://james.sumners.info"
},
{
"name": "Frazer Smith",
"email": "frazer.dev@icloud.com",
"url": "https://github.com/fdawgs"
},
{
"name": "Gürgün Dayıoğlu",
"email": "hey@gurgun.day",
"url": "https://heyhey.to/G"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/fastify/fastify-type-provider-typebox/issues"
},
"homepage": "https://github.com/fastify/fastify-type-provider-typebox#readme",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/fastify"
},
{
"type": "opencollective",
"url": "https://opencollective.com/fastify"
}
],
"devDependencies": {
"@arethetypeswrong/cli": "^0.17.0",
"@fastify/pre-commit": "^2.1.0",
Expand Down

0 comments on commit 1d6fe35

Please sign in to comment.