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",