From 02ac6b8a3e705c8eff4a913a2970996fc52cb7df Mon Sep 17 00:00:00 2001 From: vaporvee Date: Wed, 15 May 2024 17:17:27 +0200 Subject: [PATCH] finished package.json --- package.json | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8d5f6a9..a8105cf 100644 --- a/package.json +++ b/package.json @@ -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"