finished package.json

This commit is contained in:
2024-05-15 17:17:27 +02:00
parent 559544181d
commit 02ac6b8a3e

View File

@@ -1,10 +1,13 @@
{
"name": "astro-github-component",
"author": "vaporvee",
"author": {
"name": "vaporvee",
"url": "https://vaporvee.com"
},
"description": "Adds a component to astro with statically built GitHub info and dynamic updated stars and forks.",
"keywords":[ "astro-component","withastro"],
"license": "MIT",
"version": "1.0.3",
"version": "1.0.4",
"type": "module",
"exports": {
".": "./index.ts"
@@ -13,6 +16,24 @@
"src",
"index.ts"
],
"repository": {
"type": "git",
"url": "git+https://github.com/vaporvee/astro-github-component.git"
},
"funding": [
{
"type": "GitHub Sponsors",
"url": "https://github.com/sponsors/vaporvee"
},
{
"type": "Ko-fi",
"url": "https://ko-fi.com/vaporvee"
}
],
"bugs": {
"url": "https://github.com/vaporvee/astro-github-component/issues"
},
"homepage": "https://docs.vaporvee.com",
"scripts": {},
"devDependencies": {
"astro": "^4.8.3"