We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 403642f commit 12a2b51Copy full SHA for 12a2b51
package.json
@@ -20,6 +20,13 @@
20
"control"
21
],
22
"author": "Tomas Della Vedova - @delvedor (http://delved.org)",
23
+ "contributors": [
24
+ {
25
+ "name": "Frazer Smith",
26
+ "email": "[email protected]",
27
+ "url": "https://github.com/fdawgs"
28
+ }
29
+ ],
30
"license": "MIT",
31
"repository": {
32
"type": "git",
@@ -29,6 +36,16 @@
36
"url": "https://github.com/fastify/fastify-cors/issues"
37
},
38
"homepage": "https://github.com/fastify/fastify-cors#readme",
39
+ "funding": [
40
41
+ "type": "github",
42
+ "url": "https://github.com/sponsors/fastify"
43
+ },
44
45
+ "type": "opencollective",
46
+ "url": "https://opencollective.com/fastify"
47
48
49
"devDependencies": {
33
50
"@fastify/pre-commit": "^2.1.0",
34
51
"@types/node": "^22.0.0",
0 commit comments