feat(init): add an optional funding field

This commit is contained in:
Amaan Qureshi 2025-01-23 01:07:09 -05:00
parent 4ab78ae00d
commit 6dbcfdf282
6 changed files with 60 additions and 0 deletions

View file

@ -172,6 +172,11 @@
"format": "uri",
"description": "The project's repository."
},
"funding": {
"type": "string",
"format": "uri",
"description": "The project's funding link."
},
"homepage": {
"type": "string",
"format": "uri",