From befbb0a8b5a3167dd306bf7178d4c42411b02617 Mon Sep 17 00:00:00 2001 From: Omission Create Bot Date: Sun, 14 Jun 2026 14:00:22 +0800 Subject: [PATCH] fix: Added missing package.json fields: license, bugs, repository --- package.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/package.json b/package.json index 73d9efa1..79704949 100644 --- a/package.json +++ b/package.json @@ -10,5 +10,13 @@ "@biomejs/biome": "1.9.4", "pkg-pr-new": "^0.0.68", "supabase": "^2.1.1" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/owner/repo/issues" + }, + "repository": { + "type": "git", + "url": "" } }