From d2dcde8ee299460b45996ee7bc782764a68ba798 Mon Sep 17 00:00:00 2001 From: bignutty <3515180-bignutty@users.noreply.gitlab.com> Date: Sun, 23 Feb 2025 00:39:16 +0100 Subject: [PATCH] update package.json --- package.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 846bc74..bb19d49 100644 --- a/package.json +++ b/package.json @@ -1,15 +1,22 @@ { "name": "labscore", "version": "1.0.0", - "description": "", + "description": "labsCore discord bot frontend", "main": "index.js", "scripts": { "start": "node .", "local": "node local" }, + "repository": { + "type": "git", + "url": "git+https://gitlab.com/bignutty/labscore.git" + }, + "bugs": { + "url": "https://gitlab.com/bignutty/labscore/-/issues" + }, "keywords": [], "author": "bignutty", - "license": "ISC", + "license": "CC BY-NC-SA 4.0", "dependencies": { "detritus-client": "^0.17.0-beta.73", "dotenv": "^16.4.7",