diff --git a/package.json b/package.json index e4d1437..39d1aa7 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,13 @@ "typescript": "^5" }, - "files": ["dist", "README.md", "LICENSE"] - + "files": ["dist", "README.md", "LICENSE"], + "repository": { + "type": "git", + "url": "https://git.creations.works/creations/logger.git" + }, + "bugs": { + "url": "https://git.creations.works/creations/logger/issues" + }, + "homepage": "https://git.creations.works/creations/logger#readme" }