diff --git a/src/package.json b/src/package.json index b7a1e72..fd3dc74 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,16 @@ { "name": "github-activity", "version": "0.1.1", + "homepage": "https://github-activity.trueberryless.org", + "bugs": { + "url": "https://github.com/trueberryless-org/github-activity/issues" + }, + "repository": { + "type": "git", + "url": "https://github.com/trueberryless-org/github-activity.git" + }, + "license": "MIT", + "author": "trueberryless (https://trueberryless.org)", "type": "module", "scripts": { "astro": "astro",