From ebad84b4e7f8049f0dafc476e149711e9381ca8c Mon Sep 17 00:00:00 2001 From: Vitaly Gashkov Date: Sun, 8 Feb 2026 14:15:00 +0500 Subject: [PATCH] chore: add repo url to package.json --- package.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/package.json b/package.json index 03c6a4d..2a818f7 100644 --- a/package.json +++ b/package.json @@ -5,8 +5,16 @@ "keywords": [ "crunchyroll" ], + "bugs": { + "url": "https://github.com/vitalygashkov/barsic/issues", + "email": "vitalygashkov@vk.com" + }, "license": "MIT", "author": "Vitaly Gashkov ", + "repository": { + "type": "git", + "url": "git+https://github.com/vitalygashkov/barsic.git" + }, "funding": [ { "type": "individual",