From 984a857030ce66a8ad61c75099a984ad229e3ce0 Mon Sep 17 00:00:00 2001 From: Taken Date: Sun, 4 Feb 2024 22:33:47 +0100 Subject: [PATCH] Updated package json --- package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package.json b/package.json index 4b562c8..e2cfa09 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,14 @@ { "name": "illegitimate-bot", + "displayName": "Illegitimate Bot", "version": "1.0.0", "description": "", "main": "src/index.ts", + "repository": { + "type": "git", + "url": "https://gitlab.com/illegitimate/illegitimate-bot" + }, + "homepage": "https://gitlab.com/illegitimate/illegitimate-bot", "scripts": { "start": "node dist/index.js", "build": "tsc",