From 78a8ec670b4b0b4771a12df1ba45003a8c8668eb Mon Sep 17 00:00:00 2001 From: Roger Chappel Date: Mon, 8 Jun 2026 21:50:55 +1000 Subject: [PATCH] Add package trust metadata --- package.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 48f7019..f54cfb1 100644 --- a/package.json +++ b/package.json @@ -37,5 +37,13 @@ "@types/node": "^24.10.0", "tsx": "^4.20.6", "typescript": "^5.9.3" - } + }, + "repository": { + "type": "git", + "url": "git+https://github.com/rogerchappel/logveil.git" + }, + "bugs": { + "url": "https://github.com/rogerchappel/logveil/issues" + }, + "homepage": "https://github.com/rogerchappel/logveil#readme" }